@apollo/server
Version:
Core engine for Apollo GraphQL server
7 lines • 366 B
TypeScript
import type { Trace } from '@apollo/usage-reporting-protobuf';
export declare function iterateOverTrace(trace: Trace, f: (node: Trace.INode, path: ResponseNamePath) => boolean, includePath: boolean): void;
export interface ResponseNamePath {
toArray(): string[];
child(responseName: string): ResponseNamePath;
}
//# sourceMappingURL=iterateOverTrace.d.ts.map