UNPKG

@subsquid/apollo-server-core

Version:
5 lines 460 B
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