From ba64bceab09c33370d5ab8a0c8076abeced57a71 Mon Sep 17 00:00:00 2001 From: zorig Date: Wed, 15 May 2019 17:22:29 +0800 Subject: [PATCH] graphiql version upgrade --- graphene_django/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphene_django/views.py b/graphene_django/views.py index 0b840f9..72cca88 100644 --- a/graphene_django/views.py +++ b/graphene_django/views.py @@ -51,7 +51,7 @@ def instantiate_middleware(middlewares): class GraphQLView(View): - graphiql_version = "0.11.10" + graphiql_version = "0.11.11" graphiql_template = "graphene/graphiql.html" schema = None