Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 436 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 436 Bytes

Demo for failing schema generation using @graphql-codegen/cli with Yarn 3 workspaces

This is a minimal example for the Discussion which was first stated here.

When using Yarn 3 workspaces and @graphql-codegen/cli, the plugin schema-ast can't be found.

For reproducing the error run:

yarn run:script tools/scripts/src/test.ts

in the terminal.