restore-graphql-playground

0.1.1 • Public • Published

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

Package Sidebar

Install

npm i restore-graphql-playground

Weekly Downloads

0

Version

0.1.1

License

MIT

Unpacked Size

4.2 kB

Total Files

4

Last publish

Collaborators

  • dephraiim