UNPKG

@openapi-qraft/react

Version:

OpenAPI client for React, providing type-safe requests and dynamic TanStack Query React Hooks via a modular, Proxy-based architecture.

9 lines (6 loc) 346 B
import { callQueryClientMethodWithQueryKey } from '../lib/callQueryClientFetchMethod.js'; const prefetchInfiniteQuery = (qraftOptions, schema, args)=>{ return callQueryClientMethodWithQueryKey(qraftOptions, 'prefetchInfiniteQuery', schema, true, args); }; export { prefetchInfiniteQuery }; //# sourceMappingURL=prefetchInfiniteQuery.js.map