@openapi-qraft/react
Version:
OpenAPI client for React, providing type-safe requests and dynamic TanStack Query React Hooks via a modular, Proxy-based architecture.
11 lines (7 loc) • 403 B
JavaScript
;
var callQueryClientFetchMethod = require('../lib/callQueryClientFetchMethod.cjs');
const prefetchInfiniteQuery = (qraftOptions, schema, args)=>{
return callQueryClientFetchMethod.callQueryClientMethodWithQueryKey(qraftOptions, 'prefetchInfiniteQuery', schema, true, args);
};
exports.prefetchInfiniteQuery = prefetchInfiniteQuery;
//# sourceMappingURL=prefetchInfiniteQuery.cjs.map