You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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 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
The text was updated successfully, but these errors were encountered: