UNPKG

graphql

Version:

A Query Language and Runtime which can target any service.

6 lines (5 loc) 428 B
/** @category Execution */ import type { SharedExecutionContext } from "./createSharedExecutionContext.js"; import type { AsyncWorkFinishedInfo, ValidatedExecutionArgs } from "./ExecutionArgs.js"; /** @internal */ export declare function runAsyncWorkFinishedHook(validatedExecutionArgs: ValidatedExecutionArgs, sharedExecutionContext: SharedExecutionContext, asyncWorkFinishedHook: (info: AsyncWorkFinishedInfo) => void): void;