restore-graphql-playground
v0.1.1
Published
Opt out of the Apollo Studio for testing GrapQl APIs
Downloads
5
Maintainers
Readme
restore-graphql-playground
This is an Apollo Server Plugin that can be used to run a GraphQL Playground in place of the Apollo Studio Sandbox.
Note there are security issues with GraphQL Playground so it has been retired.
Installation
npm install --save-dev restore-graphql-playground
Usage
import { RestoreGraphQLPlayground } from "restore-graphql-playground";
new ApolloServer({ plugins: [RestoreGraphQLPlayground()] });
License
MIT