openapi-typescript icon indicating copy to clipboard operation
openapi-typescript copied to clipboard

Support 'prefetchQuery' and 'invalidateKeys' on openapi-react-query

Open onionhammer opened this issue 1 year ago • 0 comments

Description Currently, the supported methods on an api created with createClient are 'useQuery', 'useMutation', and 'useSuspenseQuery', which doesn't capture much of what react-query can do

Proposal

Add support for some basic react-query functionality (or otherwise document how to utilize that functionality in the documentation

Checklist

onionhammer avatar Sep 03 '24 17:09 onionhammer