UNPKG

@graphql-tools/executor-http

Version:

A set of utils for faster development of GraphQL tools

3 lines (2 loc) 223 B
import { ExecutionResult } from '@graphql-tools/utils'; export declare function handleMultipartMixedResponse(response: Response, controller?: AbortController): Promise<AsyncIterable<ExecutionResult<any, any> | undefined>>;