Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

graphql introspection query doesn't work properly #18

Open
gianlucadonato opened this issue Jun 2, 2023 · 0 comments
Open

graphql introspection query doesn't work properly #18

gianlucadonato opened this issue Jun 2, 2023 · 0 comments
Assignees

Comments

@gianlucadonato
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants