@subsquid/apollo-server-core
Version:
Core engine for Apollo GraphQL server
5 lines • 460 B
TypeScript
import { renderPlaygroundPage } from '@apollographql/graphql-playground-html';
import type { ApolloServerPlugin } from 'apollo-server-plugin-base';
export declare type ApolloServerPluginLandingPageGraphQLPlaygroundOptions = Parameters<typeof renderPlaygroundPage>[0];
export declare function ApolloServerPluginLandingPageGraphQLPlayground(options?: ApolloServerPluginLandingPageGraphQLPlaygroundOptions): ApolloServerPlugin;
//# sourceMappingURL=index.d.ts.map