Skip to content

{executor/go}: Fix the RootQuery name to match the one from graphql-js. #55

@chris-ramon

Description

@chris-ramon
Actual

Currently the root query name is: RootQuery:

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:

Therefore the validator.Validate is close to the desire state of matching the introspection results.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions