Skip to content

Releases: dotansimha/graphql-code-generator

October 26, 2025

26 Oct 04:54
bcd8f2a

Choose a tag to compare

@graphql-codegen/[email protected]

Patch Changes

  • #10032 1debf51 Thanks @shota-tech! - Change map of operations from an empty array to an empty object when no operations are found

@graphql-codegen/[email protected]

Patch Changes

October 21, 2025

21 Oct 12:52
8fd495f

Choose a tag to compare

@graphql-codegen/[email protected]

Patch Changes

  • #10468 cb1b9d9 Thanks @eddeee888! - In watch mode, do not write output on failure

    Previously, on partial or full failure, watch mode still write to output. However, since the output'd be an empty array, it will then call removeStaleFiles internally to remove all previously generated files.

    This patch puts a temporary fix to avoid writing output on any failure to fix the described behaviour.

    This also means the config.allowPartialOutputs does not work in watch mode for now.

October 06, 2025

06 Oct 11:42
f1e5ae0

Choose a tag to compare

@graphql-codegen/[email protected]

Minor Changes

October 05, 2025

05 Oct 13:48
21dd6c8

Choose a tag to compare

@graphql-codegen/[email protected]

Minor Changes

  • #10449 8258f1f Thanks @eddeee888! - Add addInterfaceFieldResolverTypes option to support custom Interface resolver inheritance

@graphql-codegen/[email protected]

Patch Changes

@graphql-codegen/[email protected]

Patch Changes

@graphql-codegen/[email protected]

Patch Changes

@graphql-codegen/[email protected]

Minor Changes

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

September 29, 2025

29 Sep 15:13
91c4bcd

Choose a tag to compare

@graphql-codegen/[email protected]

Patch Changes

  • #10412 accdab6 Thanks @thekevinbrown! - Add special handling for identifiers that consist entirely of _ characters when transformUnderscore is true. This prevents _ values in GraphQL enums from being emitted without identifers in the resulting types.

@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

September 24, 2025

24 Sep 11:23
d63ed00

Choose a tag to compare

@graphql-codegen/[email protected]

Patch Changes

  • #10447 5dad86e Thanks @eddeee888! - Fix __isTypeOf wrongly picked on objects that are not implementing types or union members

September 15, 2025

15 Sep 14:34
73d6ab4

Choose a tag to compare

@graphql-codegen/[email protected]

Patch Changes

September 07, 2025

07 Sep 17:01
c1a8fd4

Choose a tag to compare

@graphql-codegen/[email protected]

Major Changes

Patch Changes

@graphql-codegen/[email protected]

Major Changes

Patch Changes

@graphql-codegen/[email protected]

Major Changes

Patch Changes

@graphql-codegen/[email protected]

Major Changes

Patch Changes

@graphql-codegen/[email protected]

Major Changes

Patch Changes

@graphql-codegen/[email protected]

Major Changes

Read more

September 01, 2025

01 Sep 13:10
2ca94f5

Choose a tag to compare

@graphql-codegen/[email protected]

Patch Changes

June 25, 2025

25 Jun 12:53
be5cb32

Choose a tag to compare

@graphql-codegen/[email protected]

Patch Changes

  • #10362 3188b8c Thanks @Brookke! - Make generated type compatible with noImplicitOverride=true

  • #10373 c3295f9 Thanks @eddeee888! - Fix client preset not working with exactOptionalPropertyTypes=true when documentMode=string

@graphql-codegen/[email protected]

Patch Changes