Open robertu7 opened 3 years ago
I'm affected by this too
Created a PR at #61. Looking good so far
However, I'm not sure if GraphQL 14 will still work. In fact, it may be more convenient to deprecate it and keep graphql-14 bug fixes in a branch, e.g. start 1.6
. Though it's up to @dangcuuson
You can test it at @peergrade/graphql-schema-typescript
As title,
graphql@15
was indevDependencies
butgraphql@14
inpeerDependencies
, it makes npm install fails withERESOLVE unable to resolve dependency tree
error.