Skip to content

Releases: dotansimha/graphql-code-generator

June 24, 2026

Choose a tag to compare

@github-actions github-actions released this 24 Jun 14:04
e47c8fd

@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 spreads or contain inline fragments
  • Updated dependencies
    [8a65a1b]:
    • @graphql-codegen/visitor-plugin-common@7.1.2

June 18, 2026

Choose a tag to compare

@github-actions github-actions released this 18 Jun 13:58
2784ada

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

Patch Changes

June 16, 2026

Choose a tag to compare

@github-actions github-actions released this 16 Jun 13:42
2670296

@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

Choose a tag to compare

@github-actions github-actions released this 15 Jun 14:30
c124645

@graphql-codegen/typescript-operations@6.0.4

Patch Changes

June 01, 2026

Choose a tag to compare

@github-actions github-actions released this 01 Jun 15:28
df7a610

@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

Choose a tag to compare

@github-actions github-actions released this 01 Jun 11:19
d65bbb9

@graphql-codegen/cli@7.1.2

Patch Changes

May 31, 2026

Choose a tag to compare

@github-actions github-actions released this 31 May 03:08
a989a96

@graphql-codegen/cli@7.1.1

Patch Changes

May 27, 2026

Choose a tag to compare

@github-actions github-actions released this 27 May 14:26
41bc398

@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

Choose a tag to compare

@github-actions github-actions released this 27 May 13:39
b933b57

@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

Choose a tag to compare

@github-actions github-actions released this 27 May 13:31
29c84f7

@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