@graphql-codegen/client-preset@6.2.0
Minor Changes
- #10946
a6a3348
Thanks @eddeee888! - AddskipIndexFilepreset config option to
client-presetto allow disabling generation of theindex.tsbarrel file that re-exports the
other generated files. Defaults tofalse(unchanged behavior); set totrueto 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.tsbarrel file, matching the other files generated byclient-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:- Added dependency
graphql-yoga@^5.21.0↗︎
(todependencies) - Removed dependency
graphql-helix@1.13.0↗︎ (from
dependencies)
- Added dependency
-
#10951
464b531
Thanks @eddeee888! - Replace unmaintainedgraphql-helix
dependency withgraphql-yogain the internalmockGraphQLServertest utility.graphql-helix
has had no releases in years;graphql-yogais actively maintained and already used elsewhere in
this monorepo. This is an internal implementation detail — themockGraphQLServerfunction
signature is unchanged.