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 https://github.com/graphql/graphiql/issues/750). This change upgrades to the latest version.
This commit is contained in:
Gilly Ames 2019-09-22 20:43:46 +01:00 committed by Jonathan Kim
parent fea9b5b194
commit 4f21750fc2

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"