UNPKG

@graphql-tools/url-loader

Version:

A set of utils for faster development of GraphQL tools

5 lines (4 loc) 136 B
import { fetch } from '@whatwg-node/fetch'; export const defaultAsyncFetch = async (input, init) => { return fetch(input, init); };