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.
2 parents 6ad64dd + 2790f3b commit 1bddae1Copy full SHA for 1bddae1
graphene_django/views.py
@@ -53,7 +53,7 @@ def instantiate_middleware(middlewares):
53
54
55
class GraphQLView(View):
56
- graphiql_version = '0.7.8'
+ graphiql_version = '0.10.2'
57
graphiql_template = 'graphene/graphiql.html'
58
59
schema = None
0 commit comments