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.

11 lines (7 loc) 388 B
'use strict'; var callQueryClientFetchMethod = require('../lib/callQueryClientFetchMethod.cjs'); const fetchInfiniteQuery = (qraftOptions, schema, args)=>{ return callQueryClientFetchMethod.callQueryClientMethodWithQueryKey(qraftOptions, 'fetchInfiniteQuery', schema, true, args); }; exports.fetchInfiniteQuery = fetchInfiniteQuery; //# sourceMappingURL=fetchInfiniteQuery.cjs.map