openapi-react-query-codegen icon indicating copy to clipboard operation
openapi-react-query-codegen copied to clipboard

Support prefetchInfiniteQuery

Open JonasPf opened this issue 4 months ago • 0 comments

Is your feature request related to a problem? Please describe.

I want to prefetch an infinite query. As far as I can see these aren't auto-generated.

Describe the solution you'd like

Similar to prefetch.ts it would be great if the tool could generate a prefetchInfinite.ts for infinite queries.

Describe alternatives you've considered

Currently I'm just implementing it myself using the /requests code which works well enough for the few cases where I need it.

JonasPf avatar Oct 02 '24 09:10 JonasPf