Skip to content

Commit

Permalink
Update graphiql link (#110)
Browse files Browse the repository at this point in the history
* updated links to graphiql cdn

* correct graphiql links

---------

Co-authored-by: Emma Richardson <[email protected]>
  • Loading branch information
Richardson-e and Emrichardsone authored Nov 7, 2023
1 parent bfee12c commit affd3a3
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions plugin/src/main/resources/graphiql.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,18 @@
If you do not want to rely on a CDN, you can host these files locally or
include them directly in your favored resource bunder.
-->
<script src="//cdn.jsdelivr.net/es6-promise/4.0.5/es6-promise.auto.min.js"></script>
<script src="//cdn.jsdelivr.net/fetch/0.9.0/fetch.min.js"></script>
<script src="//cdn.jsdelivr.net/react/15.4.2/react.min.js"></script>
<script src="//cdn.jsdelivr.net/react/15.4.2/react-dom.min.js"></script>

<!--
These two files can be found in the npm module, however you may wish to
copy them directly into your environment, or perhaps include them in your
favored resource bundler.
-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/graphiql/2.2.0/graphiql.min.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/graphiql/2.2.0/graphiql.min.js"></script>

<script src="https://unpkg.com/react@18/umd/react.production.min.js" crossorigin></script>
<script src="https://unpkg.com/react-dom@18/umd/react-dom.production.min.js" crossorigin></script>
<script src="https://unpkg.com/graphiql/graphiql.min.js" type="application/javascript"></script>
<link rel="stylesheet" href="https://unpkg.com/graphiql/graphiql.min.css" />
<script src="https://unpkg.com/@graphiql/plugin-explorer/dist/index.umd.js" crossorigin></script>
<link rel="stylesheet" href="https://unpkg.com/@graphiql/plugin-explorer/dist/style.css"/>
</head>
<body>
<div id="graphiql">Loading...</div>
Expand Down

0 comments on commit affd3a3

Please sign in to comment.