@apollo/server
Version:
Core engine for Apollo GraphQL server
8 lines • 436 B
TypeScript
import type { SendErrorsOptions } from '../usageReporting/index.js';
import type { ApolloServerPlugin } from '../../externalTypes/index.js';
export interface ApolloServerPluginInlineTraceOptions {
includeErrors?: SendErrorsOptions;
__onlyIfSchemaIsSubgraph?: boolean;
}
export declare function ApolloServerPluginInlineTrace(options?: ApolloServerPluginInlineTraceOptions): ApolloServerPlugin;
//# sourceMappingURL=index.d.ts.map