Skip to content

ephraimduncan/restore-graphql-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Opt out of the Apollo Studio for testing GrapQl APIs using Apollo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published