Skip to content

Commit b27f3e3

Browse files
committed
Pin CDN version of GraphiQL to 3.x
4.x recently was released and breaks our GraphiQL playground. https://mitlibraries.atlassian.net/browse/TCO-166 is tracking how to upgrade to v4
1 parent abe9015 commit b27f3e3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)