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.
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [inquirer](https://redirect.github.com/SBoudrias/Inquirer.js/blob/main/packages/inquirer/README.md) ([source](https://redirect.github.com/SBoudrias/Inquirer.js)) | [`^8.0.0` -> `^12.0.0`](https://renovatebot.com/diffs/npm/inquirer/8.2.6/12.3.2) | [](https://docs.renovatebot.com/merge-confidence/) |...
### Is your feature request related to a problem? Please describe. I'm using code generator to generate SDK for certain predefined queries for a very large graphql schema ( Gitlab...
🚨 **IMPORTANT: Please do not create a Pull Request without creating an issue first.** _Any change needs to be discussed before proceeding. Failure to do so may result in the...
**Is your feature request related to a problem? Please describe.** Since `@oneOf` is already usable via https://www.npmjs.com/package/@envelop/extended-validation it would be great if graphql-codegen could also generate the correct types for...
### Is your feature request related to a problem? Please describe. I want to create a custom schema loader, where I first pre-filter and prune schema before generating code files...
### Which packages are impacted by your issue? @graphql-codegen/cli ### Describe the bug I'm following the [documentation](https://the-guild.dev/graphql/codegen/docs/config-reference/schema-field#customfetch) to use a custom fetch function, as I need to add authentication for...
🚨 **IMPORTANT: Please do not create a Pull Request without creating an issue first.** _Any change needs to be discussed before proceeding. Failure to do so may result in the...