UNPKG

gatsby

Version:
6 lines (5 loc) 305 B
import { IGroupedQueryIds } from "./"; import { IQueryRunningContext } from "../state-machines/query-running/types"; export declare function calculateDirtyQueries({ store, websocketManager, currentlyHandledPendingQueryRuns, }: Partial<IQueryRunningContext>): Promise<{ queryIds: IGroupedQueryIds; }>;