UNPKG

611 BTypeScriptView Raw
1import type { InternalApolloServerPlugin } from '../../internalPlugin';
2import type { fetch } from 'apollo-server-env';
3export interface ApolloServerPluginSchemaReportingOptions {
4 initialDelayMaxMs?: number;
5 overrideReportedSchema?: string;
6 endpointUrl?: string;
7 fetcher?: typeof fetch;
8}
9export declare function ApolloServerPluginSchemaReporting({ initialDelayMaxMs, overrideReportedSchema, endpointUrl, fetcher, }?: ApolloServerPluginSchemaReportingOptions): InternalApolloServerPlugin;
10export declare function computeCoreSchemaHash(schema: string): string;
11//# sourceMappingURL=index.d.ts.map
\No newline at end of file