Merge pull request #639 from Zorig/master

graphiql version upgrade close #572
This commit is contained in:
Paul Hallett 2019-05-15 11:09:39 +01:00 committed by GitHub
commit 96908beaf7
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.11.10"
graphiql_version = "0.11.11"
graphiql_template = "graphene/graphiql.html"
schema = None