mirror of
https://github.com/vale981/apollo-server
synced 2025-03-05 17:51:40 -05:00
![]() * Fixed support for GraphQL Playground with custom configuration in production environments. * Updated logic in `createPlaygroundOptions` to cast the `playground` option to a boolean if it is defined. Fall back to `isDev` logic only if undefined. * Updated unit test for partial graphql playground options to emulate a 'production' environment, mimicking the scenario that was broken before. * Add PR #1495 to CHANGELOG. * Restore partial playground options test when no `NODE_ENV` |
||
---|---|---|
.. | ||
src | ||
.npmignore | ||
CHANGELOG.md | ||
package.json | ||
README.md | ||
tsconfig.json |
apollo-server-core
This is the core module of the Apollo community GraphQL Server. Read the docs. Read the CHANGELOG.