Upgrade graphiql version to fix history tool

Graphiql has a history tool that allows you to save and label favourites, but this version has a bug (fixed https://github.com/graphql/graphiql/issues/750). This change upgrades to the latest version.
This commit is contained in:
Gilly Ames 2019-09-14 09:41:58 +01:00 committed by GitHub
parent 254e59c36f
commit e06ba27d3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,7 @@ def instantiate_middleware(middlewares):
class GraphQLView(View):
graphiql_version = "0.13.0"
graphiql_version = "0.14.0"
graphiql_template = "graphene/graphiql.html"
react_version = "16.8.6"