UNPKG

graphql-yoga

Version:
4 lines (3 loc) 244 B
import type { FetchAPI } from '../../types.js'; import type { ResultProcessorInput } from '../types.js'; export declare function processRegularResult(executionResult: ResultProcessorInput, fetchAPI: FetchAPI, acceptedHeader: string): Response;