Skip to content

graphql introspection query doesn't work properly #18

@gianlucadonato

Description

@gianlucadonato

When doing an introspection query, no matter how you structure the query it always returns the entire schema as result.

For example if I add these filters in the query:

{
  __schema {
    queryType {
      fields {
        name
        description
      }
    }
    directives {
      name
    }
  }
}

I would expect to receive only the query types name and description + a list of directive names, but It returns the whole entire schema instead (see screenshot)

Screenshot 2023-06-02 at 12 21 43

Metadata

Metadata

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