graphql-code-generator icon indicating copy to clipboard operation
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.

Results 477 graphql-code-generator issues
Sort by recently updated
recently updated
newest added

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) | [![age](https://developer.mend.io/api/mc/badges/age/npm/inquirer/12.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

dependencies

### 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...

core
kind/enhancement

### 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...