UNPKG

@graphql-tools/url-loader

Version:

A set of utils for faster development of GraphQL tools

9 lines (8 loc) 305 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.defaultAsyncFetch = void 0; const fetch_1 = require("@whatwg-node/fetch"); const defaultAsyncFetch = async (input, init) => { return (0, fetch_1.fetch)(input, init); }; exports.defaultAsyncFetch = defaultAsyncFetch;