@graphql-tools/url-loader
Version:
A set of utils for faster development of GraphQL tools
3 lines (2 loc) • 311 B
text/typescript
import type { ExecutionResult } from 'graphql';
export declare function handleMultipartMixedResponse(response: Response, controller?: AbortController): Promise<AsyncIterable<ExecutionResult<import("graphql/jsutils/ObjMap.js").ObjMap<unknown>, import("graphql/jsutils/ObjMap.js").ObjMap<unknown>> | undefined>>;