You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @pandichef! This problem happen because the graphql-markdown use the graphql to generate de markdown file. So, it need the typeDefs and directives to works well.
Do you need to include in your .graphql file these definitions manually how do you can see here, or make it programatically.
I'm using thegraph.com's schema convention e.g., https://thegraph.com/docs/developer/create-subgraph-hosted#good-example. My schema looks like this:
I get this error when I run
npx graphql-markdown schema.graphql schema.md
:Can this tool accommodate or should I look elsewhere for a solution? Ty
The text was updated successfully, but these errors were encountered: