--

Nothing's stopping you from adding an extra parameter to the `useQuery` hook in order to add the `method`

That could also be added to a separate `useMutation` hook like so:

`useMutation({ url, params, method });`

--

--

Responses (1)