Dec 17, 2020
--
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 });`
--
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 });`