Skip to content

Commit ba64bce

Browse files
committed
graphiql version upgrade
1 parent e26a9f2 commit ba64bce

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)