UNPKG

graphql-yoga

Version:
4 lines (3 loc) 213 B
import type { FetchAPI } from '../../types.js'; import type { ResultProcessorInput } from '../types.js'; export declare function processMultipartResult(result: ResultProcessorInput, fetchAPI: FetchAPI): Response;