mirror of
https://github.com/vale981/apollo-server
synced 2025-03-05 09:41:40 -05:00
Use latest graphql playground (fixes safari scrolling)
This commit is contained in:
parent
edd8eaaafe
commit
b5f19b55e7
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ export {
|
|||
// This specifies the version of `graphql-playground-react` that will be served
|
||||
// from `graphql-playground-html`. It's passed to ``graphql-playground-html`'s
|
||||
// renderPlaygroundPage` via the integration packages' playground configuration.
|
||||
const playgroundVersion = '1.7.8';
|
||||
const playgroundVersion = '1.7.10';
|
||||
|
||||
// https://stackoverflow.com/a/51365037
|
||||
type RecursivePartial<T> = {
|
||||
|
|
Loading…
Add table
Reference in a new issue