Use latest graphql playground (fixes safari scrolling)

This commit is contained in:
Chang Wang 2018-11-28 15:22:38 -05:00
parent edd8eaaafe
commit b5f19b55e7

View file

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