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.
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.