Skip to content

Commit cde885c

Browse files
authored
Merge pull request #1 from DArtagan/upgrade-graphiql
Upgrade graphiql version to 0.17.5.
2 parents 0137ca1 + e2df1cb commit cde885c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flask_graphql/render_graphiql.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from flask import render_template_string
22

3-
GRAPHIQL_VERSION = '0.11.11'
3+
GRAPHIQL_VERSION = '0.17.5'
44

55
TEMPLATE = '''<!--
66
The request to this GraphQL server provided the header "Accept: text/html"

0 commit comments

Comments
 (0)