Skip to content

Commit 3d8f721

Browse files
committed
Fix playground
1 parent d5db5f1 commit 3d8f721

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

handlers/graphiql.mjs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,21 +76,21 @@ const html = baseEndpoint => `
7676
favored resource bundler.
7777
-->
7878
<script
79-
src="https://unpkg.com/graphiql/graphiql.min.js"
79+
src="https://unpkg.com/graphiql@4.1.2/graphiql.min.js"
8080
type="application/javascript"
8181
></script>
82-
<link rel="stylesheet" href="https://unpkg.com/graphiql/graphiql.min.css" />
82+
<link rel="stylesheet" href="https://unpkg.com/graphiql@4.1.2/graphiql.min.css" />
8383
<!--
8484
These are imports for the GraphIQL Explorer plugin.
8585
-->
8686
<script
87-
src="https://unpkg.com/@graphiql/plugin-explorer/dist/index.umd.js"
87+
src="https://unpkg.com/@graphiql/plugin-explorer@4.0.6/dist/index.umd.js"
8888
crossorigin
8989
></script>
9090
9191
<link
9292
rel="stylesheet"
93-
href="https://unpkg.com/@graphiql/plugin-explorer/dist/style.css"
93+
href="https://unpkg.com/@graphiql/plugin-explorer@4.0.6/dist/style.css"
9494
/>
9595
</head>
9696

0 commit comments

Comments
 (0)