Trying to find an answer regarding react-query.
What's the difference between useQuery and useMutation?
From what i understand useQuery's are dependent calls.
useMutation are for posts that require updating the current state (cache invalidation, etc)
is that the correct assumption?