Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit daf1c1a

Browse filesBrowse files
committed
Update to GraphiQL 0.11.11
1 parent ab5831f commit daf1c1a
Copy full SHA for daf1c1a

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed

‎flask_graphql/render_graphiql.py

Copy file name to clipboardExpand all lines: flask_graphql/render_graphiql.py
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from flask import render_template_string
22

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

55
TEMPLATE = '''<!--
66
The request to this GraphQL server provided the header "Accept: text/html"
@@ -22,11 +22,11 @@
2222
}
2323
</style>
2424
<meta name="referrer" content="no-referrer">
25-
<link href="//cdn.jsdelivr.net/graphiql/{{graphiql_version}}/graphiql.css" rel="stylesheet" />
25+
<link href="//cdn.jsdelivr.net/npm/graphiql@{{graphiql_version}}/graphiql.css" rel="stylesheet" />
2626
<script src="//cdn.jsdelivr.net/fetch/0.9.0/fetch.min.js"></script>
2727
<script src="//cdn.jsdelivr.net/react/15.0.0/react.min.js"></script>
2828
<script src="//cdn.jsdelivr.net/react/15.0.0/react-dom.min.js"></script>
29-
<script src="//cdn.jsdelivr.net/graphiql/{{graphiql_version}}/graphiql.min.js"></script>
29+
<script src="//cdn.jsdelivr.net/npm/graphiql@{{graphiql_version}}/graphiql.min.js"></script>
3030
</head>
3131
<body>
3232
<script>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.