wish you could turn off graphene_djangos
introspection abilities?
now you can:
GraphqlView.as_view(middleware=[DisableIntrospectionMiddleware()])
and its off
a graphene middleware to disable the introspection queries
Python
wish you could turn off graphene_djangos
introspection abilities?
now you can:
GraphqlView.as_view(middleware=[DisableIntrospectionMiddleware()])
and its off