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) 334 B
import { callQueryClientMethodWithQueryKey } from '../lib/callQueryClientFetchMethod.js'; const fetchInfiniteQuery = (qraftOptions, schema, args)=>{ return callQueryClientMethodWithQueryKey(qraftOptions, 'fetchInfiniteQuery', schema, true, args); }; export { fetchInfiniteQuery }; //# sourceMappingURL=fetchInfiniteQuery.js.map