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 | |---|---|---|---|---|---| | [@types/jest](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jest) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest)) | [`28.1.8` -> `30.0.0`](https://renovatebot.com/diffs/npm/@types%2fjest/28.1.8/30.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fjest/30.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

dependencies

Related: https://github.com/dotansimha/graphql-code-generator/issues/10206 - https://github.com/dotansimha/graphql-code-generator/pull/10216 - https://github.com/dotansimha/graphql-code-generator/pull/10221 - https://github.com/dotansimha/graphql-code-generator/pull/10283 - https://github.com/dotansimha/graphql-code-generator/pull/10297 - https://github.com/dotansimha/graphql-code-generator/pull/10287 - [ ] [Do not override NameNode](https://github.com/dotansimha/graphql-code-generator/blob/54eb2e36505e4af969cf5b175905b288581b3678/packages/plugins/other/visitor-plugin-common/src/base-resolvers-visitor.ts#L1428-L1430) - [ ] Drop Node 18 # Breaking Changes - No...

## Description - Creates `FederationReferenceTypes` to declare the type of references of each object. This is used by all generated types, and can be used in mappers. [More details in...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/react](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react)) | [`18.3.3` -> `19.1.8`](https://renovatebot.com/diffs/npm/@types%2freact/18.3.3/19.1.8) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2freact/19.1.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

dependencies

### Is your feature request related to a problem? Please describe. When using the client preset in GraphQL Code Generator, there is currently no option to enable/disable preResolveTypes. As a...

### Is your feature request related to a problem? Please describe. Currently, when using the client preset in GraphQL Code Generator, it automatically generates: - gql tagged documents for operations...

🚨 **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...

## Description When working through the vanilla typescript example I found that the shape of the data actually returned by the fetch was `result.data.allPeople` rather than `result.allPeople` that the types...

### Which packages are impacted by your issue? _No response_ ### Describe the bug When working through the vanilla typescript example I found that the shape of the data actually...

### Which packages are impacted by your issue? @graphql-codegen/cli ### Describe the bug Generated code fails typescript checks when noImplicitOverride is set to true in tsconfig ``` $ /project/workspace/node_modules/.bin/tsc src/graphql/graphql.ts:55:3...