/graphene-disable-introspection-middleware

a graphene middleware to disable the introspection queries

Primary LanguagePython

wish you could turn off graphene_djangos introspection abilities?

now you can:

GraphqlView.as_view(middleware=[DisableIntrospectionMiddleware()]) and its off