mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-05-11 03:13:45 +03:00
graphiql version upgrade
This commit is contained in:
parent
e26a9f2a44
commit
ba64bceab0
|
@ -51,7 +51,7 @@ def instantiate_middleware(middlewares):
|
||||||
|
|
||||||
|
|
||||||
class GraphQLView(View):
|
class GraphQLView(View):
|
||||||
graphiql_version = "0.11.10"
|
graphiql_version = "0.11.11"
|
||||||
graphiql_template = "graphene/graphiql.html"
|
graphiql_template = "graphene/graphiql.html"
|
||||||
|
|
||||||
schema = None
|
schema = None
|
||||||
|
|
Loading…
Reference in New Issue
Block a user