openapi-react-query-codegen
openapi-react-query-codegen copied to clipboard
Support prefetchInfiniteQuery
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.