We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have used this project to document API's and it is great..However in my current project we have the below issue
we have used this project to create a graphql API;
https://github.com/graphql-dotnet/graphql-dotnet
The schema this generates includes single and multi-line comments that graphdoc cannot seem to handle i.e.
""" this is a comment """
""" This is a comment too """
Apparently the fix is to update some dependencies you are using. I was wondering if this will be done?
The text was updated successfully, but these errors were encountered:
Same problem here. Triple quotes are part of the schema definition standard graphQL specification as we can see here, so this should be supported.
Sorry, something went wrong.
I have PRed updated dependencies to fix this issue at #259
It still looks to be a problem. The PR mentioned above was never merged
I have the same problem. QQ
No branches or pull requests
I have used this project to document API's and it is great..However in my current project we have the below issue
we have used this project to create a graphql API;
https://github.com/graphql-dotnet/graphql-dotnet
The schema this generates includes single and multi-line comments that graphdoc cannot seem to handle i.e.
""" this is a comment """
"""
This is a comment too
"""
Apparently the fix is to update some dependencies you are using. I was wondering if this will be done?
The text was updated successfully, but these errors were encountered: