diff --git a/graphene_django/views.py b/graphene_django/views.py index 6ecc1c7..d7b8795 100644 --- a/graphene_django/views.py +++ b/graphene_django/views.py @@ -53,7 +53,7 @@ def instantiate_middleware(middlewares): class GraphQLView(View): - graphiql_version = '0.7.8' + graphiql_version = '0.10.2' graphiql_template = 'graphene/graphiql.html' schema = None