September 13, 2026
@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…