UNPKG

graphql-request

Version:

Minimal GraphQL client supporting Node and browsers for scripts or simple apps.

11 lines 577 B
import type { Errors } from '../errors/__.js'; import type { Core, Extension, ResultEnvelop } from './main.js'; import type { HookResultErrorAsync } from './runHook.js'; export declare const runPipeline: ({ core, hookNamesOrderedBySequence, originalInput, extensionsStack, asyncErrorDeferred }: { core: Core; hookNamesOrderedBySequence: readonly string[]; originalInput: unknown; extensionsStack: readonly Extension[]; asyncErrorDeferred: HookResultErrorAsync; }) => Promise<ResultEnvelop | Errors.ContextualError>; //# sourceMappingURL=runPipeline.d.ts.map