diff --git a/flask_graphql/render_graphiql.py b/flask_graphql/render_graphiql.py index 6541f82..6bfb2da 100644 --- a/flask_graphql/render_graphiql.py +++ b/flask_graphql/render_graphiql.py @@ -1,6 +1,6 @@ from flask import render_template_string -GRAPHIQL_VERSION = '0.7.1' +GRAPHIQL_VERSION = '0.11.11' TEMPLATE = '''