Description
In my case, some endpoints are POST, but for getting data only. I cannot/do not want to change the API.
The docs state that path can only be any endpoint that supports GET requests.
Proposal
Can we add one version of useQuery, kinda like useQueryFull (okay, naming sucks) that supports valid paths regardless of method?
Extra
Description
In my case, some endpoints are
POST, but for getting data only. I cannot/do not want to change the API.The docs state that
pathcan only beany endpoint that supports GET requests.Proposal
Can we add one version of
useQuery, kinda likeuseQueryFull(okay, naming sucks) that supports valid paths regardless of method?Extra