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:
Christian Legnitto 2021-01-15 19:36:29 -10:00
parent 250e261204
commit 2e24b55e99

View file

@ -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>