Kumar Gaurav
Kumar Gaurav
**EDIT:** This issue was actually happening with version `0.4.0` which I was unknowingly executing with `graphqlgen` (global install), and realised when I did `npx graphqlgen`. [Actual issue as the subject...
How do I import a typescript file as the schema in `graphqlgen` configuration. I am using graphql-code-generator to generate types from my schema using: `schema: http://localhost:4000/graphql` Then, as I am...
Suggested usage from docs (and corresponding example) throws this error: ``` ERROR TypeError: contentRef.current.getNode is not a function. (In 'contentRef.current.getNode()', 'contentRef.current.getNode' is undefined) ``` Removing `getNode()` fixes this! My package...