-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
Actual
Currently the root query name is: RootQuery
:
compatibility-standard-definitions/executor/go.go
Lines 25 to 26 in 78f3634
g.rootQuery = graphql.ObjectConfig{ | |
Name: "RootQuery", |
Expected
We want to update the root query name to: RootQueryType
so it matches the name from graphql-js v0.6.0 as shown in:
compatibility-standard-definitions/graphql-js-introspection/introspectionQueryResult.json
Lines 3 to 4 in 78f3634
"queryType": { | |
"name": "RootQueryType" |
Therefore the validator.Validate
is close to the desire state of matching the introspection results.
Metadata
Metadata
Assignees
Labels
No labels