UNPKG

@graphql-tools/batch-delegate

Version:

A set of utils for faster development of GraphQL tools

4 lines (3 loc) 205 B
import DataLoader from 'dataloader'; import { BatchDelegateOptions } from './types.js'; export declare function getLoader<K = any, V = any, C = K>(options: BatchDelegateOptions<any>): DataLoader<K, V, C>;