Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ephraimduncan/restore-graphql-playground
Opt out of the Apollo Studio for testing GrapQl APIs using Apollo
https://github.com/ephraimduncan/restore-graphql-playground
Last synced: 20 days ago
JSON representation
Opt out of the Apollo Studio for testing GrapQl APIs using Apollo
- Host: GitHub
- URL: https://github.com/ephraimduncan/restore-graphql-playground
- Owner: ephraimduncan
- License: mit
- Created: 2022-02-21T10:37:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-02-21T10:43:47.000Z (over 2 years ago)
- Last Synced: 2024-10-15T05:01:39.216Z (29 days ago)
- Language: TypeScript
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
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](https://github.com/graphql/graphql-playground/issues/1143) with GraphQL Playground so it has been retired.
### Installation
```bash
npm install --save-dev restore-graphql-playground
```### Usage
```js
import { RestoreGraphQLPlayground } from "restore-graphql-playground";new ApolloServer({ plugins: [RestoreGraphQLPlayground()] });
```### License
MIT