File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ def render_graphiql():
1818 width: 100%;
1919 }
2020 </style>
21- <link href="//cdn.jsdelivr.net/graphiql/ ${GRAPHIQL_VERSION}/graphiql.css" rel="stylesheet" />
21+ <link href="//cdn.jsdelivr.net/npm/graphiql@ ${GRAPHIQL_VERSION}/graphiql.css" rel="stylesheet" />
2222 <script src="//cdn.jsdelivr.net/fetch/0.9.0/fetch.min.js"></script>
2323 <script src="//cdn.jsdelivr.net/react/15.0.0/react.min.js"></script>
2424 <script src="//cdn.jsdelivr.net/react/15.0.0/react-dom.min.js"></script>
25- <script src="//cdn.jsdelivr.net/graphiql/ ${GRAPHIQL_VERSION}/graphiql.min.js"></script>
25+ <script src="//cdn.jsdelivr.net/npm/graphiql@ ${GRAPHIQL_VERSION}/graphiql.min.js"></script>
2626 <script src="//unpkg.com/subscriptions-transport-ws@${SUBSCRIPTIONS_TRANSPORT_VERSION}/browser/client.js"></script>
2727 <script src="//unpkg.com/graphiql-subscriptions-fetcher@0.0.2/browser/client.js"></script>
2828</head>
@@ -117,7 +117,7 @@ def render_graphiql():
117117 </script>
118118</body>
119119</html>''' ).substitute (
120- GRAPHIQL_VERSION = '0.11.7 ' ,
120+ GRAPHIQL_VERSION = '0.12.0 ' ,
121121 SUBSCRIPTIONS_TRANSPORT_VERSION = '0.7.0' ,
122122 subscriptionsEndpoint = 'ws://localhost:5000/subscriptions' ,
123123 # subscriptionsEndpoint='ws://localhost:5000/',
You can’t perform that action at this time.
0 commit comments