0.1.1 • Published 2 years ago

restore-graphql-playground v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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