G

GraphQL Code Generator

G
GraphQL Code Generator Dev Tools

September 13, 2026

@graphql-codegen/client-preset@6.2.0 Minor Changes #10946 a6a3348 Thanks @eddeee888! - Add skipIndexFile preset config option to client-preset to allow disabling generation of the index.ts barrel file that re-exports the other generated files. Defaults to false (unchanged behavior); set to true to skip generating index.ts, for example when your project avoids barrel files for tree-shaking or lint…

G
GraphQL Code Generator Dev Tools

September 10, 2026

@graphql-codegen/cli@7.4.1 Patch Changes #10935 fb1a7c4 Thanks @eddeee888! - dependencies updates: Updated dependency @graphql-tools/code-file-loader@^8.1.39 ↗︎ (from ^8.1.28, in dependencies) #10942 57c3e7b Thanks @eddeee888! - dependencies updates: Updated dependency @graphql-tools/merge@^9.2.4 ↗︎ (from ^9.0.6, in dependencies) #10942 57c3e7b Thanks @eddeee888! - Bump @graphql-tools/merge from ^…

G
GraphQL Code Generator Dev Tools

September 01, 2026

@graphql-codegen/cli@7.4.0 Minor Changes #10928 90229a5 Thanks @eddeee888! - Add contentComparison?: 'cache-first' | 'disk' to control disk-vs-cache write comparison in watch mode. In watch mode the CLI caches the hash of the content it last wrote per file and compares new output against that cached hash to skip redundant writes. This assumes generated output is a pure function of the codegen inpu…

G
GraphQL Code Generator Dev Tools

August 23, 2026

@graphql-codegen/cli@7.3.1 Patch Changes #10924 0c8f5ba Thanks @eddeee888! - Fix profiler output not being written to the filesystem in watch mode (--profile --watch) The profiler trace was only written on the non-watch code path, after the watch-mode early return, so a profiled watch session never produced a codegen-*.json file. The profiler now writes a fresh trace file after the initial run and…

G
GraphQL Code Generator Dev Tools

August 22, 2026

@graphql-codegen/cli@7.3.0 Minor Changes #10921 58cdb31 Thanks @eddeee888! - Extend overwrite with overwrite.removeStaleFiles and overwrite.updateExistingFiles overwrite was being used to both remove stale files in watch mode and update existing files. Some plugins such as Server Preset may dynamically return files to write between watch runs (for performance purposes). The overwrite can now take…

G
GraphQL Code Generator Dev Tools

August 12, 2026

@graphql-codegen/visitor-plugin-common@7.2.5 Patch Changes #10918 6a3b734 Thanks @eddeee888! - Fix union and conditional directives resulting in no field types @graphql-codegen/typescript-operations@6.1.6 Patch Changes #10918 6a3b734 Thanks @eddeee888! - Fix union and conditional directives resulting in no field types Updated dependencies [6a3b734]: @graphql-codegen/visitor-plugin-common@7.2.5 @gr…

G
GraphQL Code Generator Dev Tools

August 08, 2026

@graphql-codegen/visitor-plugin-common@7.2.4 Patch Changes #10916 d95d378 Thanks @eddeee888! - Revert Partial handling when conditional fragment and fragment masking are used This is causing all masked fields to be optional due to how function type override works. @graphql-codegen/client-preset@6.1.2 Patch Changes #10916 d95d378 Thanks @eddeee888! - Revert Partial handling when conditional fragmen…

G
GraphQL Code Generator Dev Tools

August 05, 2026

@graphql-codegen/typescript-operations@6.1.5 Patch Changes #10909 b36c084 Thanks @jaydenseric! - Added missing types and tests for the TypeScript operations plugin option disableDescriptions.

G
GraphQL Code Generator Dev Tools

August 05, 2026

@graphql-codegen/typescript-operations@6.1.4 Patch Changes #10910 1624c8a Thanks @eddeee888! - Fix performance issue when config.importSchemaTypesFrom is set, and the provided schema is still unnecessarily visited

G
GraphQL Code Generator Dev Tools

August 05, 2026

@graphql-codegen/visitor-plugin-common@7.2.3 Patch Changes #10904 2dd1531 Thanks @eddeee888! - Fix fragment masking generation when conditional directive is used @graphql-codegen/typescript-operations@6.1.3 Patch Changes #10905 5a9f96c Thanks @eddeee888! - Fix types when introspection is used and values are not generated or imported correctly Updated dependencies [2dd1531]: @graphql-codegen/visito…

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…