Skip to content

Commit

Permalink
Update GraphQL Playground to v1.7.32.
Browse files Browse the repository at this point in the history
This fixes a small, rogue, often invisible curly brace that was appearing on
the top-right side of GraphQL Playground's interface.  See referenced issue
for details.

Ref: apollographql/graphql-playground#21
Cc: @tizmagik
  • Loading branch information
abernix committed Jan 22, 2020
1 parent a28d0ac commit 76777fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apollo-server-core/src/playground.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,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.31';
const playgroundVersion = '1.7.32';

// https://stackoverflow.com/a/51365037
type RecursivePartial<T> = {
Expand Down

0 comments on commit 76777fc

Please sign in to comment.