-
Build a basic Model definition from apollo graphql schema query
-
It seems `import-types` preset adds "Types." prefix to all types, regardless if they actualy need to be imported.
Codegen config:
```yaml
generates:
src/api/index.ts:
schema: './n…
-
_@coderabbitai told us about a TODO item it spotted within that other patch._
_:warning: Potential issue_
**Address the pending TODO: Extract variables and operation_name from additional sources…
amotl updated
4 weeks ago
-
Hi !
If I'm not mistaken @oneOf is not recognized in the last version of genql.
I have a schema.graphql file which contains @oneOf directive and got this error with the genql cli : `loading schema…
-
Hello! Thanks for a great repo!
From what I can see there is no support for the scalar type `Upload`?
Please see [this](https://github.com/99designs/gqlgen/blob/master/example/fileupload/schema.…
-
### Describe the bug
Most likely it's an issue with Bun. It happens when integrating GraphQL Yoga with Express and using express.json() middleware. Also the bug occurs when integrating Yoga with Fast…
-
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
When defining an interface that implements another interface it is part of schema in BananaCa…
-
Seems that Aseko deployed an updated configuration of the Apollo GraphQL server and the as is integration stopped working.
Seems that some additional headers are now required for successful authent…
-
Hi. Seems that there is no way to handle custom directives. This issue was created at @IvanGoncharov's [request](https://github.com/graphql/graphql-js/issues/41#issuecomment-490044071).
I use [gr…