UNPKG

@graphql-tools/batch-delegate

Version:

A set of utils for faster development of GraphQL tools

3 lines (2 loc) 160 B
import { BatchDelegateOptions } from './types.js'; export declare function batchDelegateToSchema<TContext = any>(options: BatchDelegateOptions<TContext>): any;