UNPKG

gatsby

Version:
3 lines (2 loc) 223 B
import { IQueryRunningContext } from "../state-machines/query-running/types"; export declare function runSliceQueries({ parentSpan, queryIds, store, program, graphqlRunner, }: Partial<IQueryRunningContext>): Promise<void>;