v0.3.0
🚨 This update includes an important fix! 🚨
Previously environment variables were exposed in the GraphQL Playground. While good for local development, this isn't ideal for production deployments. This update now recognizes the NODE_ENV
and correctly exposes them based on environment.
Fixes:
- Fixes issue where environment variables were exposed in the deployed playground - 5531d18
Documentation Updates:
Dependency Updates:
apollo-link
to^1.2.0
apollo-server-express
to^1.3.0
graphql-playground-middleware-express
to^1.3.8
graphql-subscriptions
to^0.5.5
graphql-tools
to^2.13.0
subscriptions-transport-ws
to^0.9.4
Special thanks to @Biromain for contributing to this release 🎉