UNPKG

600 BTypeScriptView Raw
1import type { ApolloServerPluginUsageReportingOptions } from '../usageReporting/options';
2import type { InternalApolloServerPlugin } from '../internalPlugin';
3export interface ApolloServerPluginInlineTraceOptions {
4 rewriteError?: ApolloServerPluginUsageReportingOptions<never>['rewriteError'];
5 __onlyIfSchemaIsFederated?: boolean;
6}
7export declare function ApolloServerPluginInlineTrace(options?: ApolloServerPluginInlineTraceOptions): InternalApolloServerPlugin;
8export declare function ApolloServerPluginInlineTraceDisabled(): InternalApolloServerPlugin;
9//# sourceMappingURL=index.d.ts.map
\No newline at end of file