graphdoc
graphdoc copied to clipboard
Doesn't support comments in """ blocks
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?
Same problem here. Triple quotes are part of the schema definition standard graphQL specification as we can see here, so this should be supported.
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