graphdoc icon indicating copy to clipboard operation
graphdoc copied to clipboard

Doesn't support comments in """ blocks

Open garfieldmoore opened this issue 4 years ago • 4 comments

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?

garfieldmoore avatar Oct 23 '20 09:10 garfieldmoore

Same problem here. Triple quotes are part of the schema definition standard graphQL specification as we can see here, so this should be supported.

pelletier197 avatar Oct 28 '20 13:10 pelletier197

I have PRed updated dependencies to fix this issue at #259

bsmedberg-xometry avatar Dec 04 '20 16:12 bsmedberg-xometry

It still looks to be a problem. The PR mentioned above was never merged

eurubkov avatar Apr 20 '21 21:04 eurubkov

I have the same problem. QQ

alonstar avatar Dec 21 '22 07:12 alonstar