graphql-editor / graphql-zeus

GraphQL client and GraphQL code generator with GraphQL autocomplete library generation ⚡⚡⚡ for browser,nodejs and react native ( apollo compatible )
https://graphqleditor.com/docs/zeus
MIT License
1.95k stars 106 forks source link

Bug in documentation `@graphql-codegen/typed-document-node` #360

Open h1sashin opened 1 year ago

h1sashin commented 1 year ago

Zeus generates typedDocumentNode.ts file with imported @graphql-typed-document-node/core library, but documentation says it needs @graphql-codegen/typed-document-node. I installed the library on my own and everything works, but I tried using graphql-codegen, and it does not even have exported type TypedDocumentNode. I suggest updating documentation to not confuse future users.