Skip to content

Commit 4f21750

Browse files
sandwichsudojkimbo
authored andcommitted
Upgrade graphiql version to fix history tool (#772)
Graphiql has a history tool that allows you to save and label favourites, but this version has a bug (fixed graphql/graphiql#750). This change upgrades to the latest version.
1 parent fea9b5b commit 4f21750

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.13.0"
54+
graphiql_version = "0.14.0"
5555
graphiql_template = "graphene/graphiql.html"
5656
react_version = "16.8.6"
5757

0 commit comments

Comments
 (0)