UNPKG

grafast

Version:

Cutting edge GraphQL planning and execution engine

6 lines 325 B
/** * Calls `callback` with an execute function that's optimized for handling * `depCount` dependencies (where the step `isSyncAndSafe` or not). */ export declare function buildOptimizedExecute(depCount: number, isSyncAndSafe: boolean, callback: (fn: any) => void): void; //# sourceMappingURL=unbatchedStepExecute.d.ts.map