Skip to content

Inconsistent key between query and response on __schema #24

Closed
@chentsulin

Description

@chentsulin

In IntrospectionQueryTypeQuery section, the query has a queryType key in __schema:

query IntrospectionQueryTypeQuery {
  __schema {
    queryType {
      name
    }
  }
}

But response with query key in __schema:

{
  "__schema": {
    "query": {
      "name": "Query"
    }
  }
}

Is there any reasons for Inconsistent keys or just a typo here?

Metadata

Metadata

Assignees

No one assigned

    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