We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e26a9f2 commit ba64bceCopy full SHA for ba64bce
graphene_django/views.py
@@ -51,7 +51,7 @@ def instantiate_middleware(middlewares):
51
52
53
class GraphQLView(View):
54
- graphiql_version = "0.11.10"
+ graphiql_version = "0.11.11"
55
graphiql_template = "graphene/graphiql.html"
56
57
schema = None
0 commit comments