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.
npm install --save-dev restore-graphql-playground
import { RestoreGraphQLPlayground } from "restore-graphql-playground";
new ApolloServer({ plugins: [RestoreGraphQLPlayground()] });
MIT