Skip to content

Commit 71f6cf5

Browse files
committed
Pin CDN version of GraphiQL to 3.x
4.x recently was released and breaks our example. I'll open a ticket to upgrade to 4, but it was not going to be quick so this will be a stop gap.
1 parent 1eb24b9 commit 71f6cf5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public/playground.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@
5252
copy them directly into your environment, or perhaps include them in your
5353
favored resource bundler.
5454
-->
55-
<link rel="stylesheet" href="https://unpkg.com/graphiql/graphiql.min.css" />
55+
<link rel="stylesheet" href="https://unpkg.com/graphiql@3/graphiql.min.css" />
5656
</head>
5757

5858
<body>
5959
<div id="graphiql">Loading...</div>
60-
<script src="https://unpkg.com/graphiql/graphiql.min.js" type="application/javascript"></script>
60+
<script src="https://unpkg.com/graphiql@3/graphiql.min.js" type="application/javascript"></script>
6161
<script>
6262
/**
6363
* This GraphiQL example illustrates how to use some of GraphiQL's props

0 commit comments

Comments
 (0)