UNPKG

@graphql-tools/url-loader

Version:

A set of utils for faster development of GraphQL tools

4 lines (3 loc) 236 B
import { GraphQLResolveInfo } from 'graphql'; export declare type AsyncFetchFn = (url: string, options?: RequestInit, context?: any, info?: GraphQLResolveInfo) => Promise<Response>; export declare const defaultAsyncFetch: AsyncFetchFn;