Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/views/static/playground.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@
copy them directly into your environment, or perhaps include them in your
favored resource bundler.
-->
<link rel="stylesheet" href="https://unpkg.com/graphiql/graphiql.min.css" />
<link rel="stylesheet" href="https://unpkg.com/graphiql@3/graphiql.min.css" />
</head>

<body>
<div id="graphiql">Loading...</div>
<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>
<script>
/**
* This GraphiQL example illustrates how to use some of GraphiQL's props
Expand Down