We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1eb24b9 + 71f6cf5 commit a30b117Copy full SHA for a30b117
public/playground.html
@@ -52,12 +52,12 @@
52
copy them directly into your environment, or perhaps include them in your
53
favored resource bundler.
54
-->
55
- <link rel="stylesheet" href="https://unpkg.com/graphiql/graphiql.min.css" />
+ <link rel="stylesheet" href="https://unpkg.com/graphiql@3/graphiql.min.css" />
56
</head>
57
58
<body>
59
<div id="graphiql">Loading...</div>
60
- <script src="https://unpkg.com/graphiql/graphiql.min.js" type="application/javascript"></script>
+ <script src="https://unpkg.com/graphiql@3/graphiql.min.js" type="application/javascript"></script>
61
<script>
62
/**
63
* This GraphiQL example illustrates how to use some of GraphiQL's props
0 commit comments