Skip to content

Commit 96908be

Browse files
authored
Merge pull request #639 from Zorig/master
graphiql version upgrade close #572
2 parents e26a9f2 + ba64bce commit 96908be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphene_django/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def instantiate_middleware(middlewares):
5151

5252

5353
class GraphQLView(View):
54-
graphiql_version = "0.11.10"
54+
graphiql_version = "0.11.11"
5555
graphiql_template = "graphene/graphiql.html"
5656

5757
schema = None

0 commit comments

Comments
 (0)