Skip to content
New issue

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

Doesn't support comments in """ blocks #245

Open
garfieldmoore opened this issue Oct 23, 2020 · 4 comments
Open

Doesn't support comments in """ blocks #245

garfieldmoore opened this issue Oct 23, 2020 · 4 comments

Comments

@garfieldmoore
Copy link

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 garfieldmoore changed the title Doesn't support & or """ Doesn't support comments in """ blocks Oct 23, 2020
@pelletier197
Copy link

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

@bsmedberg-xometry
Copy link

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

@eurubkov
Copy link

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

@alonstar
Copy link

I have the same problem. QQ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants