Skip to content

September 13, 2026

Latest

Choose a tag to compare

@eddeee888 eddeee888 released this 13 Sep 10:08
ce7ad44

@graphql-codegen/client-preset@6.2.0

Minor Changes

  • #10946
    a6a3348
    Thanks @eddeee888! - Add skipIndexFile preset config option to
    client-preset to allow disabling generation of the index.ts barrel file that re-exports the
    other generated files. Defaults to false (unchanged behavior); set to true to skip generating
    index.ts, for example when your project avoids barrel files for tree-shaking or lint rule
    reasons.

Patch Changes

  • b545f6b
    Thanks @eddeee888! - Add /* eslint-disable */ to the generated
    index.ts barrel file, matching the other files generated by client-preset (graphql.ts,
    gql.ts, fragment-masking.ts), which already had it.

@graphql-codegen/testing@5.0.2

Patch Changes

  • #10951
    464b531
    Thanks @eddeee888! - dependencies updates:

  • #10951
    464b531
    Thanks @eddeee888! - Replace unmaintained graphql-helix
    dependency with graphql-yoga in the internal mockGraphQLServer test utility. graphql-helix
    has had no releases in years; graphql-yoga is actively maintained and already used elsewhere in
    this monorepo. This is an internal implementation detail — the mockGraphQLServer function
    signature is unchanged.