UNPKG

@subsquid/apollo-server-core

Version:
4 lines 306 B
import { Trace } from 'apollo-reporting-protobuf'; import type { VariableValueOptions } from './options'; export declare function makeTraceDetails(variables: Record<string, any>, sendVariableValues?: VariableValueOptions, operationString?: string): Trace.Details; //# sourceMappingURL=traceDetails.d.ts.map