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 11from flask import render_template_string
22
3- GRAPHIQL_VERSION = '0.7.1 '
3+ GRAPHIQL_VERSION = '0.11.11 '
44
55TEMPLATE = '''<!--
66The request to this GraphQL server provided the header "Accept: text/html"
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>
You can’t perform that action at this time.
0 commit comments