Update GraphQL Playground
Version taken from https://www.jsdelivr.com/package/npm/graphql-playground-react. Fixes https://github.com/graphql-rust/juniper/issues/830
This commit is contained in:
parent
250e261204
commit
2e24b55e99
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ pub fn playground_source(
|
|||
<title>GraphQL 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@1.7.20/build/static/js/middleware.js"></script>
|
||||
<script src="//cdn.jsdelivr.net/npm/graphql-playground-react@1.7.27/build/static/js/middleware.js"></script>
|
||||
|
||||
</head>
|
||||
|
||||
|
|
Loading…
Reference in a new issue