github dotansimha/graphql-code-generator release-1762963822190
November 12, 2025

9 hours ago

@graphql-codegen/cli@6.0.2

Patch Changes

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

Patch Changes

  • #10498 6715330 Thanks @ardatan! - Handle schema extension nodes correctly

    When a schema doesn't have an operation type defined but has schema extension definitions with directives like below,
    schema extensions are not converted to schema definitions by GraphQL Tools.
    So the visitor should handle schema extension nodes correctly.

    Follow-up to ardatan/graphql-tools#7679

    extend schema @link(url: "https://specs.apollo.dev/federation/v2.0", import: ["@key"])
    
    type Foo {
      id: ID! @key
      name: String
    }

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

Patch Changes

  • Updated dependencies [6715330]:
    • @graphql-codegen/visitor-plugin-common@6.1.1

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

Patch Changes

  • Updated dependencies [6715330]:
    • @graphql-codegen/visitor-plugin-common@6.1.1

@graphql-codegen/typescript-operations@5.0.3

Patch Changes

  • Updated dependencies [6715330]:
    • @graphql-codegen/visitor-plugin-common@6.1.1
    • @graphql-codegen/typescript@5.0.3

@graphql-codegen/typescript-resolvers@5.1.1

Patch Changes

  • Updated dependencies [6715330]:
    • @graphql-codegen/visitor-plugin-common@6.1.1
    • @graphql-codegen/typescript@5.0.3

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

Patch Changes

  • Updated dependencies [6715330]:
    • @graphql-codegen/visitor-plugin-common@6.1.1

@graphql-codegen/typescript@5.0.3

Patch Changes

  • Updated dependencies [6715330]:
    • @graphql-codegen/visitor-plugin-common@6.1.1

@graphql-codegen/client-preset@5.1.2

Patch Changes

  • Updated dependencies [6715330]:
    • @graphql-codegen/visitor-plugin-common@6.1.1
    • @graphql-codegen/gql-tag-operations@5.0.4
    • @graphql-codegen/typescript-operations@5.0.3
    • @graphql-codegen/typed-document-node@6.1.1
    • @graphql-codegen/typescript@5.0.3

@graphql-codegen/graphql-modules-preset@5.0.4

Patch Changes

  • Updated dependencies [6715330]:
    • @graphql-codegen/visitor-plugin-common@6.1.1

Don't miss a new graphql-code-generator release

NewReleases is sending notifications on new releases.