Skip to content

Releases: dotansimha/graphql-code-generator

June 18, 2026

18 Jun 13:58
2784ada

Choose a tag to compare

@graphql-codegen/visitor-plugin-common@7.1.1

Patch Changes

June 16, 2026

16 Jun 13:42
2670296

Choose a tag to compare

@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 the default project doesn't have a codegen extension, which caused previous
    logic to short circuit before reading project1's config.

    The fix reads every named project first, before reading the default project to exhaustively go
    through every single project.

June 15, 2026

15 Jun 14:30
c124645

Choose a tag to compare

@graphql-codegen/typescript-operations@6.0.4

Patch Changes

June 01, 2026

01 Jun 15:28
df7a610

Choose a tag to compare

@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 version
  • Updated dependencies
    [8707247]:
    • @graphql-codegen/visitor-plugin-common@7.1.0

June 01, 2026

01 Jun 11:19
d65bbb9

Choose a tag to compare

@graphql-codegen/cli@7.1.2

Patch Changes

May 31, 2026

31 May 03:08
a989a96

Choose a tag to compare

@graphql-codegen/cli@7.1.1

Patch Changes

May 27, 2026

27 May 14:26
41bc398

Choose a tag to compare

@graphql-codegen/cli@7.1.0

Minor Changes

  • #10855
    cfc4fc3
    Thanks @eddeee888! - Add
    disableFederationDirectiveAndScalarInjection config to better support Federation v2

Patch Changes

  • Updated dependencies
    [cbf9544]:
    • @graphql-codegen/core@6.1.0

@graphql-codegen/core@6.1.0

Minor Changes

May 27, 2026

27 May 13:39
b933b57

Choose a tag to compare

@graphql-codegen/visitor-plugin-common@7.0.4

Patch Changes

@graphql-codegen/typed-document-node@7.0.2

Patch Changes

  • #10554
    446aef4
    Thanks @eddeee888! - Fix fragments not getting deduped when
    documentMode=graphQLTag

  • Updated dependencies
    [446aef4]:

    • @graphql-codegen/visitor-plugin-common@7.0.4

May 27, 2026

27 May 13:31
29c84f7

Choose a tag to compare

@graphql-codegen/cli@7.0.1

Patch Changes

@graphql-codegen/core@6.0.1

Patch Changes

@graphql-codegen/add@7.0.1

Patch Changes

@graphql-codegen/fragment-matcher@7.0.1

Patch Changes

@graphql-codegen/introspection@6.0.1

Patch Changes

@graphql-codegen/schema-ast@6.0.1

Patch Changes

@graphql-codegen/time@7.0.1

Patch Changes

@graphql-codegen/visitor-plugin-common@7.0.3

Patch Changes

@graphql-codegen/typescript-document-nodes@6.0.1

Patch Changes

@graphql-codegen/gql-tag-operations@6.0.1

Patch Changes

@graphql-codegen/typescript-operations@6.0.3

Patch Changes

@graphql-codegen/typescript-resolvers@6.0.2

Patch Changes

Read more

May 10, 2026

10 May 06:18
bac9637

Choose a tag to compare

@graphql-codegen/typescript-resolvers@6.0.1

Patch Changes

  • #10797
    6ed420a
    Thanks @eddeee888! - Fix FederationTypes not having typesPrefix
    and typesSuffix applied

  • Updated dependencies
    [6ed420a]:

    • @graphql-codegen/plugin-helpers@7.0.1

@graphql-codegen/plugin-helpers@7.0.1

Patch Changes