index.d.ts 604 B

1234567
  1. import type { BaseContext, ApolloServerPlugin } from '../../index.js';
  2. export declare function ApolloServerPluginCacheControlDisabled(): ApolloServerPlugin<BaseContext>;
  3. export declare function ApolloServerPluginInlineTraceDisabled(): ApolloServerPlugin<BaseContext>;
  4. export declare function ApolloServerPluginLandingPageDisabled(): ApolloServerPlugin<BaseContext>;
  5. export declare function ApolloServerPluginSchemaReportingDisabled(): ApolloServerPlugin<BaseContext>;
  6. export declare function ApolloServerPluginUsageReportingDisabled(): ApolloServerPlugin<BaseContext>;
  7. //# sourceMappingURL=index.d.ts.map