Skip to content

Commit

Permalink
Fix incorrect comment about which graphql-playground- version this is.
Browse files Browse the repository at this point in the history
It's actually the version of `graphql-playground-react` which is getting
served by `graphql-playground-html`.
  • Loading branch information
abernix committed Oct 25, 2018
1 parent b08eb4a commit 9130b8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/apollo-server-core/src/playground.ts
Expand Up @@ -6,9 +6,9 @@ export {
RenderPageOptions as PlaygroundRenderPageOptions,
} from '@apollographql/graphql-playground-html/dist/render-playground-page';

// This specifies the version of GraphQL Playground that will be served
// from graphql-playground-html, and is passed to renderPlaygroundPage
// by the integration subclasses
// 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';

// https://stackoverflow.com/a/51365037
Expand Down

0 comments on commit 9130b8c

Please sign in to comment.