index.d.ts 436 B

12345678
  1. import type { SendErrorsOptions } from '../usageReporting/index.js';
  2. import type { ApolloServerPlugin } from '../../externalTypes/index.js';
  3. export interface ApolloServerPluginInlineTraceOptions {
  4. includeErrors?: SendErrorsOptions;
  5. __onlyIfSchemaIsSubgraph?: boolean;
  6. }
  7. export declare function ApolloServerPluginInlineTrace(options?: ApolloServerPluginInlineTraceOptions): ApolloServerPlugin;
  8. //# sourceMappingURL=index.d.ts.map