Skip to content

Commit

Permalink
Update to GraphiQL 0.11.11
Browse files Browse the repository at this point in the history
  • Loading branch information
sbstjn committed May 4, 2018
1 parent ab5831f commit daf1c1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions flask_graphql/render_graphiql.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from flask import render_template_string

GRAPHIQL_VERSION = '0.7.1'
GRAPHIQL_VERSION = '0.11.11'

TEMPLATE = '''<!--
The request to this GraphQL server provided the header "Accept: text/html"
Expand All @@ -22,11 +22,11 @@
}
</style>
<meta name="referrer" content="no-referrer">
<link href="https://cdn.jsdelivr.net/graphiql/{{graphiql_version}}/graphiql.css" rel="stylesheet" />
<link href="https://cdn.jsdelivr.net/npm/graphiql@{{graphiql_version}}/graphiql.css" rel="stylesheet" />
<script src="//cdn.jsdelivr.net/fetch/0.9.0/fetch.min.js"></script>
<script src="//cdn.jsdelivr.net/react/15.0.0/react.min.js"></script>
<script src="//cdn.jsdelivr.net/react/15.0.0/react-dom.min.js"></script>
<script src="https://cdn.jsdelivr.net/graphiql/{{graphiql_version}}/graphiql.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/graphiql@{{graphiql_version}}/graphiql.min.js"></script>
</head>
<body>
<script>
Expand Down

0 comments on commit daf1c1a

Please sign in to comment.