Skip to content

Commit 6b04345

Browse files
authored
Merge pull request #221 from MITLibraries/tco-166-restore-graphiql-playground
Pin CDN version of GraphiQL to 3.x
2 parents abe9015 + b27f3e3 commit 6b04345

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/views/static/playground.html.erb

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)