Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Comment thread
abernix marked this conversation as resolved.
Outdated
// from `graphql-playground-html`. It's passed to ``graphql-playground-html`'s
// renderPlaygroundPage` via the integration packages' playground configuration.
Comment thread
abernix marked this conversation as resolved.
Outdated
const playgroundVersion = '1.7.33';
const playgroundVersion = '1.7.35';
Comment thread
abernix marked this conversation as resolved.
Outdated

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