grafast
Version:
Cutting edge GraphQL planning and execution engine
18 lines • 672 B
TypeScript
import { $$deepDepSkip } from "../constants.js";
import type { ExecutionDetails } from "../interfaces.js";
import { Step } from "../step.js";
import type { __ItemStep } from "./__item.js";
export declare class __CloneStreamStep extends Step {
static $$export: {
moduleName: string;
exportName: string;
};
isSyncAndSafe: boolean;
constructor($dep: Step);
[$$deepDepSkip](): Step;
listItem($item: __ItemStep<any>): Step;
optimize(): this;
execute({ values: [val], indexMap }: ExecutionDetails): readonly any[];
}
export declare function __cloneStream($dep: Step): __CloneStreamStep;
//# sourceMappingURL=__cloneStream.d.ts.map