-
Notifications
You must be signed in to change notification settings - Fork 43
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
Error on __schema query with comments #80
Labels
bug
Something isn't working
spec compliance
The change is intended to solve the problem of inconsistency with the official GraphQL specification
Comments
sungam3r
added
the
spec compliance
The change is intended to solve the problem of inconsistency with the official GraphQL specification
label
Aug 17, 2020
Hi, Is there any update on the fix for this issue? |
Nope |
I thought the following issue has been fixed: It only happens if the comment does not describe any field or selection or block, like having comment after the query or before closing } oft he query. |
This also produces incorrect results: query _ {
person {
name
#comment1
}
#comment2
test {
alt
}
} What happens is that |
Fixed in #104. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Something isn't working
spec compliance
The change is intended to solve the problem of inconsistency with the official GraphQL specification
I am using the latest
3.0.0-preview-1631
so parser version is5.1.2
. The following query gives an error :The error is :
The text was updated successfully, but these errors were encountered: