|
19 | 19 | }
|
20 | 20 | </style>
|
21 | 21 |
|
22 |
| - <link rel=" stylesheet" href=" https://unpkg.com/[email protected]/graphiql.min.css" /> |
23 |
| - <link rel=" stylesheet" href=" https://unpkg.com/@graphiql/[email protected]/dist/style.css" /> |
24 |
| - <link rel=" stylesheet" href=" https://unpkg.com/@graphiql/[email protected]/dist/style.css" /> |
| 22 | + <link rel=" stylesheet" href=" https://cdn.jsdelivr.net/npm/[email protected]/graphiql.min.css" /> |
| 23 | + <link rel=" stylesheet" href=" https://cdn.jsdelivr.net/npm/@graphiql/[email protected]/dist/style.css" /> |
| 24 | + <link rel=" stylesheet" href=" https://cdn.jsdelivr.net/npm/@graphiql/[email protected]/dist/style.css" /> |
25 | 25 | </head>
|
26 | 26 |
|
27 | 27 | <body>
|
28 | 28 | <div id="graphiql">Loading...</div>
|
29 | 29 |
|
30 |
| -<script src="https://unpkg.com/react@17/umd/react.development.js" |
| 30 | +<script src="https://cdn.jsdelivr.net/npm/react@17/umd/react.development.js" |
31 | 31 | integrity="sha512-Vf2xGDzpqUOEIKO+X2rgTLWPY+65++WPwCHkX2nFMu9IcstumPsf/uKKRd5prX3wOu8Q0GBylRpsDB26R6ExOg=="
|
32 | 32 | crossorigin="anonymous"></script>
|
33 |
| -<script src="https://unpkg.com/react-dom@17/umd/react-dom.development.js" |
| 33 | +<script src="https://cdn.jsdelivr.net/npm/react-dom@17/umd/react-dom.development.js" |
34 | 34 | integrity="sha512-Wr9OKCTtq1anK0hq5bY3X/AvDI5EflDSAh0mE9gma+4hl+kXdTJPKZ3TwLMBcrgUeoY0s3dq9JjhCQc7vddtFg=="
|
35 | 35 | crossorigin="anonymous"></script>
|
36 |
| -<script src=" https://unpkg.com/[email protected]/graphiql.min.js" |
| 36 | +<script src=" https://cdn.jsdelivr.net/npm/[email protected]/graphiql.min.js" |
37 | 37 | integrity="sha512-FVCV2//UVo1qJ3Kg6kkHLe0Hg+IJhjrGa+aYHh8xD4KmwbbjthIzvaAcCJsQgA43+k+6u7HqORKXMyMt82Srfw=="
|
38 | 38 | crossorigin="anonymous"></script>
|
39 |
| -<script src=" https://unpkg.com/@graphiql/[email protected]/dist/graphiql-plugin-explorer.umd.js" |
| 39 | +<script src=" https://cdn.jsdelivr.net/npm/@graphiql/[email protected]/dist/graphiql-plugin-explorer.umd.js" |
40 | 40 | integrity="sha512-VQtND1w103C6dmo8VAhbV2DlkFdXKtWpr2nVuYEdj2dFB0UIMYeSbpKDLAD7n+UP+b0Eg79Gn40Onju687384A=="
|
41 | 41 | crossorigin="anonymous"></script>
|
42 |
| -<script src=" https://unpkg.com/@graphiql/[email protected]/dist/graphiql-plugin-code-exporter.umd.js" |
| 42 | +<script src=" https://cdn.jsdelivr.net/npm/@graphiql/[email protected]/dist/graphiql-plugin-code-exporter.umd.js" |
43 | 43 | integrity="sha512-bZesuT5p2QZ6cSlpgPxI83Db5G3Bw35RTKz+Z+kc6RUu4/PtPkNddzax0VWA6VoXvIwT8s4i5nQklZ+AGJQD2Q=="
|
44 | 44 | crossorigin="anonymous"></script>
|
45 | 45 |
|
|
0 commit comments