Skip to content

Releases: dotansimha/graphql-code-generator

April 18, 2026

18 Apr 13:10
4370999

Choose a tag to compare

@graphql-codegen/[email protected]

Patch Changes

  • #10737
    be85118
    Thanks @eddeee888! - Fix issue where same SDL in different
    documents are ignored when handling documents vs externalDocuments

April 13, 2026

13 Apr 10:07
a6e5717

Choose a tag to compare

@graphql-codegen/[email protected]

Minor Changes

  • #10659
    e65d303
    Thanks @ikusakov2! - Add support for externalDocuments

    externalDocuments declares GraphQL documents that will be read but will not have type files
    generated for them. These documents are available to plugins for type resolution (e.g. fragment
    types), but no output files will be generated based on them. Accepts the same formats as
    documents.

    This config option is useful for monorepos where each project may want to generate types for its
    own documents, but some may need to read shared fragments from across projects.

Patch Changes

@graphql-codegen/[email protected]

Patch Changes

@graphql-codegen/[email protected]

Patch Changes

@graphql-codegen/[email protected]

Patch Changes

@graphql-codegen/[email protected]

Patch Changes

@graphql-codegen/[email protected]

Patch Changes

@graphql-codegen/[email protected]

Minor Changes

  • #10659
    e65d303
    Thanks @ikusakov2! - Add support for externalDocuments

    externalDocuments declares GraphQL documents that will be read but will not have type files
    generated for them. These documents are available to plugins for type resolution (e.g. fragment
    types), but no output files will be generated based on them. Accepts the same formats as
    documents.

    This config option is useful for monorepos where each project may want to generate types for its
    own documents, but some may need to read shared fragments from across projects.

Patch Changes

@graphql-codegen/[email protected]

Patch Changes

@graphql-codegen/[email protected]

Minor Changes

  • #10659
    e65d303
    Thanks @ikusakov2! - Add support for externalDocuments

    externalDocuments declares GraphQL documents that will be read but will not have type files
    generated for them. These documents are available to plugins for type resolution (e.g. fragment
    types), but no output files will be generated based on them. Accepts the same formats as
    documents.

    This config option is useful for monorepos where each project may want to generate types for its
    own documents, but some may need to read shared fragments from across projects.

Patch Changes

@graphql-codegen/[email protected]

Minor Changes

Read more

April 04, 2026

04 Apr 03:39
c8601c8

Choose a tag to compare

@graphql-codegen/[email protected]

Patch Changes

March 12, 2026

12 Mar 12:31
590fcfa

Choose a tag to compare

@graphql-codegen/[email protected]

Patch Changes

  • #10618 e804925 Thanks @PalmerTurley34! - Honor per-output preset importExtension and emitLegacyCommonJSImports config instead of always using the root config values.

March 12, 2026

12 Mar 10:18
fbd8360

Choose a tag to compare

@graphql-codegen/[email protected]

Minor Changes

  • #10617 8c4db2a Thanks @ikusakov2! - Allow GraphQLSchema to be passed directly to generate({schema: ...}) function

Patch Changes

@graphql-codegen/[email protected]

Minor Changes

  • #10617 8c4db2a Thanks @ikusakov2! - Allow GraphQLSchema to be passed directly to generate({schema: ...}) function

March 08, 2026

08 Mar 05:08
bf43c7e

Choose a tag to compare

@graphql-codegen/[email protected]

Patch Changes

March 05, 2026

05 Mar 11:40
835b170

Choose a tag to compare

@graphql-codegen/[email protected]

Patch Changes

February 22, 2026

22 Feb 12:05
8ae0fdd

Choose a tag to compare

@graphql-codegen/[email protected]

Patch Changes

  • #10590 e173e11 Thanks @ya2s! - Fix GraphQL Config loading to forward nested extensions.codegen.config options
    when loading schemas/documents, matching codegen.ts behavior.

February 18, 2026

18 Feb 11:17
db3b790

Choose a tag to compare

@graphql-codegen/[email protected]

Patch Changes

@graphql-codegen/[email protected]

Patch Changes

@graphql-codegen/[email protected]

Patch Changes

@graphql-codegen/[email protected]

Patch Changes

@graphql-codegen/[email protected]

Patch Changes

@graphql-codegen/[email protected]

Patch Changes

@graphql-codegen/[email protected]

Patch Changes

@graphql-codegen/[email protected]

Patch Changes

@graphql-codegen/[email protected]

Patch Changes

January 11, 2026

11 Jan 11:11
62c7618

Choose a tag to compare

@graphql-codegen/[email protected]

Patch Changes

  • #10569 8cb7d43 Thanks @etr2460! - fix(graphql-codegen-cli): Don't hang when 0 CPUs are found

    Fixes generation when 0 CPUs are returned by os.cpus(), which occurs in sandbox environments.