@openapi-qraft/react
Version:
OpenAPI client for React, providing type-safe requests and dynamic TanStack Query React Hooks via a modular, Proxy-based architecture.
12 lines (8 loc) • 460 B
JavaScript
;
var callQueryClientMethodWithQueryKey = require('../lib/callQueryClientMethodWithQueryKey.cjs');
function getInfiniteQueryState(qraftOptions, schema, args) {
return callQueryClientMethodWithQueryKey.callQueryClientMethodWithQueryKey(qraftOptions, 'getQueryState', schema, true, // @ts-expect-error - Too complex to type
args);
}
exports.getInfiniteQueryState = getInfiniteQueryState;
//# sourceMappingURL=getInfiniteQueryState.cjs.map