-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Issue parsing printed GraphQL schema (documentation that ends in "
)
#1337
Comments
(This is solved in 0.13.2 but we can't use that because https://github.com/graphql/codemirror-graphql still requires 0.12. ) |
I believe the fix is in this PR: #1205 |
Is it possible to either get a fix for this backported to 0.12.x, or have codemirror-graphql support 0.13.2+? |
@benjie Sorry, I completely missed that comment. Just trying to push
Codemirror depends on graphql-language-service so it should be updated first and I don't have commit rights to this repo. |
If a description in a GraphQL schema ends with a quotation mark
"
then you can no longerparse(printSchema(schema))
- i.e. the printed schema cannot be parsed.Here's a small script that reproduces the issue:
GraphQL version: 0.12.3
The text was updated successfully, but these errors were encountered: