You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#164 and #165)
- Fixed lexer keyword rule which return token as name for anonymous query with variables
- The grammar selectively allows keywords as identifiers, so removed lexer keyword rules
jimkyndemeyer
changed the title
Anonymous operation definitions with variable definitions do not parse
[v2] Anonymous operation definitions with variable definitions do not parse
Jul 2, 2018
Affects 2.0.0-alpha-3.
This should be a valid GraphQL document, but generates the error
<definition> expected, got 'query'
. graphql-js parses this just fine. It looks fine in the antlr definition of graphql-java, but maybe it's a bug there anyway.The text was updated successfully, but these errors were encountered: