diff --git a/flask_graphql/render_graphiql.py b/flask_graphql/render_graphiql.py index 6bfb2da..e577b2f 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.11.11' +GRAPHIQL_VERSION = '0.17.5' TEMPLATE = '''