File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 4
4
from aiohttp import web
5
5
6
6
7
- GRAPHIQL_VERSION = '0.7.1 '
7
+ GRAPHIQL_VERSION = '0.11.10 '
8
8
9
9
TEMPLATE = '''<!--
10
10
The request to this GraphQL server provided the header "Accept: text/html"
25
25
}
26
26
</style>
27
27
<meta name="referrer" content="no-referrer">
28
- <link href="//cdn.jsdelivr.net/graphiql/ {{graphiql_version}}/graphiql.css" rel="stylesheet" />
29
- <script src="//cdn.jsdelivr.net/fetch/0.9.0 /fetch.min.js"></script>
30
- <script src="//cdn.jsdelivr.net/react/15.0 .0/react.min.js"></script>
31
- <script src="//cdn.jsdelivr.net/react/15.0 .0/react-dom.min.js"></script>
32
- <script src="//cdn.jsdelivr.net/graphiql/ {{graphiql_version}}/graphiql.min.js"></script>
28
+ <link href="//cdn.jsdelivr.net/npm/graphiql@ {{graphiql_version}}/graphiql.css" rel="stylesheet" />
29
+ <script src="//cdn.jsdelivr.net/gh/github/[email protected] /fetch.min.js"></script>
30
+ <script src="//cdn.jsdelivr.net/npm/[email protected] .0/umd/ react.production .min.js"></script>
31
+ <script src="//cdn.jsdelivr.net/npm/[email protected] .0/umd/ react-dom.production .min.js"></script>
32
+ <script src="//cdn.jsdelivr.net/npm/graphiql@ {{graphiql_version}}/graphiql.min.js"></script>
33
33
</head>
34
34
<body>
35
35
<script>
You can’t perform that action at this time.
0 commit comments