@subsquid/apollo-server-core
Version:
Core engine for Apollo GraphQL server
7 lines • 359 B
TypeScript
import type { Trace } from 'apollo-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