Skip to main content
Shopify Dev Archive
Back to Archive

Tooling Updates

dotansimha/graphql-code-generator release-20260913-01 (opens in a new tab)

Introduces new features and bug fixes in graphql-code-generator v20260913-01.

GitHub: dotansimha/graphql-code-generator· Sep 13, 2026· 8/10

From the article

@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…

Read the full article on GitHub: dotansimha/graphql-code-generator (opens in a new tab)

Related items