-
Notifications
You must be signed in to change notification settings - Fork 99
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
Disable the introspection of GraphQL API #255
Comments
Disabling the introspection can be done in Webonyx using: https://webonyx.github.io/graphql-php/security/#disabling-introspection we need to do it on a per-query basis: https://webonyx.github.io/graphql-php/executing-queries/#custom-validation-rules |
Closed by #263 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We need a way to disable the introspection of the GraphQL API in production mode to avoid a leak of the database schema.
The text was updated successfully, but these errors were encountered: