Skip to main content
Shopify Dev Archive
Back to Archive

Tooling Updates

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

GraphQL Code Generator release adds new features and bug fixes.

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

From the article

@graphql-codegen/testing@5.0.3 Patch Changes #10977 9f28176 Thanks @eddeee888 ! - Resolve the @types directory from @types/node 's own location rather than from TypeScript's. validateTs and compileTs derived typeRoots as resolve(require.resolve('typescript'), '../../../@types/') , which only lands on node_modules/@types in a flat npm/yarn layout. Under pnpm's default isolated layout require.resolve returns the realpath inside the virtual store, so it pointed at a directory that does not exist…

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

Related items