Skip to content

Commit

Permalink
Pin playground to v1.7.28 and add polyfill for mutation events (#1159)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane32 authored Oct 23, 2024
1 parent 5f2dc82 commit 22601b4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/Ui.Playground/Internal/playground.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
<meta charset=utf-8 />
<meta name="viewport" content="user-scalable=no, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, minimal-ui">
<title>Graphcool Playground</title>
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/graphql-playground-react/build/static/css/index.css" />
<link rel="shortcut icon" href="//cdn.jsdelivr.net/npm/graphql-playground-react/build/favicon.png" />
<script src="//cdn.jsdelivr.net/npm/graphql-playground-react/build/static/js/middleware.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/build/static/css/index.css" integrity="sha384-xb+UHILNN4fV3NgQMTjXk0x9A80U0hmkraTFvucUYTILJymGT8E1Aq2278NSi5+3" crossorigin="anonymous">
<link rel="shortcut icon" href="https://cdn.jsdelivr.net/npm/[email protected]/build/favicon.png" />
<script src="https://cdn.jsdelivr.net/npm/[email protected]/src/mutation_events.min.js" integrity="sha384-3WfzKl+0b7sgUYFL5hMJv2xX3pkwyJd8uywnpsInos6fjSNB2zYFlaSgMP3/Lgpq" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/build/static/js/middleware.js" integrity="sha384-ardaO17esJ2ZxvY24V1OE6X4j+Z3WKgGMptrlDLmD+2w/JC3nbQ5ZfKGY2zfOPEE" crossorigin="anonymous"></script>
</head>
<body>
<div id="root">
Expand Down Expand Up @@ -41,7 +42,7 @@
font-weight: 400;
}
</style>
<img src='//cdn.jsdelivr.net/npm/graphql-playground-react/build/logo.png' alt=''>
<img src='https://cdn.jsdelivr.net/npm/graphql-playground-react@1.7.28/build/logo.png' alt=''>
<div class="loading">
Loading <span class="title">GraphQL Playground</span>
</div>
Expand Down

0 comments on commit 22601b4

Please sign in to comment.