UNPKG

@graphql-tools/url-loader

Version:

A set of utils for faster development of GraphQL tools

3 lines (2 loc) 196 B
import { ExecutionResult } from '@graphql-tools/utils'; export declare function handleReadableStream(readableStream: ReadableStream<Uint8Array>): AsyncIterableIterator<ExecutionResult<any, any>>;