G

GraphQL Code Generator

G
GraphQL Code Generator Dev Tools

July 23, 2026

@graphql-codegen/visitor-plugin-common@7.2.2 Patch Changes #10882 206a409 Thanks @wassim-k! - Avoid emitting an empty import statement (import '...';) when an import source has no identifiers and no namespace. #10899 e7a1451 Thanks @eddeee888! - Fix conditional directive (@skip and @include) incorrectly drop fields in Result when used on Inline Fragment / Fragment Spread @graphql-codegen/typescrip…

G
GraphQL Code Generator Dev Tools

July 20, 2026

@graphql-codegen/visitor-plugin-common@7.2.1 Patch Changes #10897 bd689bb Thanks @eddeee888! - Fix issues when extractAllFieldsToTypes=true and @defer are used, then duplicate types may be generated @graphql-codegen/typescript-operations@6.1.1 Patch Changes #10897 bd689bb Thanks @eddeee888! - Fix issues when extractAllFieldsToTypes=true and @defer are used, then duplicate types may be generated Up…

G
GraphQL Code Generator Dev Tools

July 06, 2026

@graphql-codegen/cli@7.2.0 Minor Changes #10866 959915f Thanks @eddeee888! - dependencies updates: Updated dependency @graphql-tools/utils@^11.2.0 ↗︎ (from ^11.0.0, in dependencies) Updated dependency graphql@^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 ↗︎ (from ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^1…

G
GraphQL Code Generator Dev Tools

June 24, 2026

@graphql-codegen/visitor-plugin-common@7.1.2 Patch Changes #10839 8a65a1b Thanks @vkbansal-rubrik! - handles conditional spread of a fragment whose top-level selections are fragment spreads or contain inline fragments @graphql-codegen/typescript-operations@6.0.5 Patch Changes #10839 8a65a1b Thanks @vkbansal-rubrik! - handles conditional spread of a fragment whose top-level selections are fragment…

G
GraphQL Code Generator Dev Tools

June 18, 2026

@graphql-codegen/visitor-plugin-common@7.1.1 Patch Changes #10874 6d37a7d Thanks @eddeee888! - Fix _fragments to be protected instead of private

G
GraphQL Code Generator Dev Tools

June 16, 2026

@graphql-codegen/cli@7.1.3 Patch Changes #10335 3280ace Thanks @Diluka! - Fix graphql-config loading order to correctly detect codegen projects Previously, a graphql-config file like this failed: projects: default: schema: 'default/schema.graphql' project1: schema: 'project1/schema.graphql' extensions: codegen: generates: 'project1/__generated__/types.ts': plugins: ['typescript'] This is because t…

G
GraphQL Code Generator Dev Tools

June 15, 2026

@graphql-codegen/typescript-operations@6.0.4 Patch Changes #10806 16b9529 Thanks @vinassefranche! - Fix Array used instead of ReadonlyArray while immutableTypes config is true

G
GraphQL Code Generator Dev Tools

June 01, 2026

@graphql-codegen/visitor-plugin-common@7.1.0 Minor Changes #10863 8707247 Thanks @eddeee888! - Create typedDocumentString to support TypedDocumentString usage (common in Client-side plugins when documentMode=string) @graphql-codegen/typed-document-node@7.0.3 Patch Changes #10863 8707247 Thanks @eddeee888! - Use typedDocumentString from @graphql-codegen/visitor-plugin-common instead of the inlined…