| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-09-13 | 2.3 kB | |
| September 13, 2026 source code.tar.gz | 2026-09-13 | 2.6 MB | |
| September 13, 2026 source code.zip | 2026-09-13 | 3.1 MB | |
| Totals: 3 Items | 5.7 MB | 0 | |
@graphql-codegen/client-preset@6.2.0
Minor Changes
- #10946
a6a3348Thanks @eddeee888! - AddskipIndexFilepreset config option toclient-presetto allow disabling generation of theindex.tsbarrel file that re-exports the other generated files. Defaults tofalse(unchanged behavior); set totrueto skip generatingindex.ts, for example when your project avoids barrel files for tree-shaking or lint rule reasons.
Patch Changes
b545f6bThanks @eddeee888! - Add/* eslint-disable */to the generatedindex.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
464b531Thanks @eddeee888! - dependencies updates:- Added dependency
graphql-yoga@^5.21.0↗︎ (todependencies) - Removed dependency
graphql-helix@1.13.0↗︎ (fromdependencies)
- Added dependency
-
#10951
464b531Thanks @eddeee888! - Replace unmaintainedgraphql-helixdependency withgraphql-yogain the internalmockGraphQLServertest utility.graphql-helixhas 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.