UNPKG

@graphql-mesh/serve-runtime

Version:
12 lines (11 loc) 282 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.useCustomFetch = void 0; function useCustomFetch(fetch) { return { onFetch({ setFetchFn }) { setFetchFn(fetch); }, }; } exports.useCustomFetch = useCustomFetch;