UNPKG

@graphql-tools/url-loader

Version:

A set of utils for faster development of GraphQL tools

11 lines (10 loc) 268 B
import syncFetchImported from '@ardatan/sync-fetch'; export const defaultSyncFetch = (input, init) => { if (typeof input === 'string') { delete init?.signal; } else { delete input.signal; } return syncFetchImported(input, init); };