UNPKG

422 BTypeScriptView Raw
1/// <reference types="node" />
2import type http from 'http';
3import type { ApolloServerPlugin } from 'apollo-server-plugin-base';
4export interface ApolloServerPluginDrainHttpServerOptions {
5 httpServer: http.Server;
6 stopGracePeriodMillis?: number;
7}
8export declare function ApolloServerPluginDrainHttpServer(options: ApolloServerPluginDrainHttpServerOptions): ApolloServerPlugin;
9//# sourceMappingURL=index.d.ts.map
\No newline at end of file