graphql-code-generator
graphql-code-generator copied to clipboard
A tool for generating code based on a GraphQL schema and GraphQL operations (query/mutation/subscription), with flexible support for custom plugins.
## Description We want seamless experience for users of all OS. `--check` flag currently doesn't work for Windows users when something saves the generated file. This PR treats line endings...
### Which packages are impacted by your issue? @graphql-codegen/core ### Describe the bug if I have the following query ``` query post { id name status description createdAt } ```...
## Description This adds support for the client preset to accept the `inputValueMaybe` configuration option, addressing issue #10005. ## Type of change - [x] Bug fix (non-breaking change which fixes...
### Which packages are impacted by your issue? schema-ast plugin ### Describe the bug With the `schema-ast` plugin, the `sort` option is ignored and the output is sorted every time....
Finally, check the default, otherwise the judgment function will be exited in advance. 🚨 **IMPORTANT: Please do not create a Pull Request without creating an issue first.** _Any change needs...
### Is your feature request related to a problem? Please describe. In large GraphQL schemas, we often have a significant number of enum types. Currently, depending on the chosen plugins...
### Which packages are impacted by your issue? @graphql-codegen/cli ### Describe the bug When exiting out of `npx graphql-codegen -se --config codegen.ts --watch` with ctrl+c, I get a core dump:...
### Is your feature request related to a problem? Please describe. I would like for my generated operation types to provides details about what each property is for, like this:...
**Is your feature request related to a problem? Please describe.** I am using apollo federation. However, it seems like there is no way to validate the composition of schemas during...