Closed
Description
Is your feature request related to a problem? Please describe.
I need to disable introspection for graphql, how would I do that using the method described here
Describe the solution you'd like
An example of accomplishing this would be nice
Describe alternatives you've considered
I am thinking to either create a subclass of GraphQLView
or graphene.Schema
and add the query validation there, but I don't know if that's the recommended approach
Additional context