Skip to content

Commit 8a445d9

Browse files
feat: update graphiql packages cdn (#1737)
1 parent 6f9b4b1 commit 8a445d9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

servers/graphql-kotlin-server/src/main/resources/graphql-graphiql.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,27 +19,27 @@
1919
}
2020
</style>
2121

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" />
2525
</head>
2626

2727
<body>
2828
<div id="graphiql">Loading...</div>
2929

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"
3131
integrity="sha512-Vf2xGDzpqUOEIKO+X2rgTLWPY+65++WPwCHkX2nFMu9IcstumPsf/uKKRd5prX3wOu8Q0GBylRpsDB26R6ExOg=="
3232
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"
3434
integrity="sha512-Wr9OKCTtq1anK0hq5bY3X/AvDI5EflDSAh0mE9gma+4hl+kXdTJPKZ3TwLMBcrgUeoY0s3dq9JjhCQc7vddtFg=="
3535
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"
3737
integrity="sha512-FVCV2//UVo1qJ3Kg6kkHLe0Hg+IJhjrGa+aYHh8xD4KmwbbjthIzvaAcCJsQgA43+k+6u7HqORKXMyMt82Srfw=="
3838
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"
4040
integrity="sha512-VQtND1w103C6dmo8VAhbV2DlkFdXKtWpr2nVuYEdj2dFB0UIMYeSbpKDLAD7n+UP+b0Eg79Gn40Onju687384A=="
4141
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"
4343
integrity="sha512-bZesuT5p2QZ6cSlpgPxI83Db5G3Bw35RTKz+Z+kc6RUu4/PtPkNddzax0VWA6VoXvIwT8s4i5nQklZ+AGJQD2Q=="
4444
crossorigin="anonymous"></script>
4545

0 commit comments

Comments
 (0)