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
Most of JsonVisitor is now automatically generated.
The experimental GraphQL schema definition syntax from graphql/graphql-spec#90 is now supported. Because the syntax is experimental, it is not on by default. To use the support, call graphql::parseStringWithExperimentalSchemaSupport or graphQL::parseFileWithExperimentalSchemaSupport.
Location information in the AST is now more correct.
API-breaking change to match graphql-js: ArrayValue is now known as ListValue. subscription is now accepted as an operation type instead of being rejected as a syntax error. Some installer fixes.
Fixes for some memory leaks. Track 2 upstream GraphQL language changes from October: make operation name optional and make type conditions on inline fragments optional. Sorry for the delay.