Merge pull request #214 from khankuan/patch-3

Updated graphiql version for new features
This commit is contained in:
Syrus Akbary 2017-07-23 21:15:50 -07:00 committed by GitHub
commit 1bddae1ced

View File

@ -53,7 +53,7 @@ def instantiate_middleware(middlewares):
class GraphQLView(View):
graphiql_version = '0.7.8'
graphiql_version = '0.10.2'
graphiql_template = 'graphene/graphiql.html'
schema = None