// This is the landing page plugin for GraphQL Playground. It wraps // `@apollographql/graphql-playground-html`, our fork of upstream Playground. // That package just contains a small HTML shell that brings in the actual React // app from a CDN; you can control what version of the React app to use by // specifying `version` when installing the plugin. import { renderPlaygroundPage } from '@apollographql/graphql-playground-html'; import type { ApolloServerPlugin, GraphQLServerListener } from '@apollo/server'; // This specifies the React version of our fork of GraphQL Playground, // `@apollographql/graphql-playground-react`. It is related to, but not to // be confused with, the `@apollographql/graphql-playground-html` package which // is a dependency of Apollo Server's various integration `package.json`s files. // // The HTML (stub) file renders a `