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
I have the same issue. It seemed to me that GraphDoc's purpose was to read the comments and provide a nice static documentation. How would it do that without reading docstrings? Beats me...
A workaround for this issue is to tie the required graphql version in the transitive dependency using resolutions field of package.json file . This is described in How to configure graphdoc, as well some online examples are provided, for npm and yarn`.
I've got a GraphQL schema file that starts like this:
To generate documentation, I ran
graphdoc -s schema.graphql -o schema-doc
.I received this output:
It seems to me that graphdoc is having trouble parsing the string descriptions in the schema.
The text was updated successfully, but these errors were encountered: