useMutationuseMutation is primarily for updating/deleting/creating a record. And a useQueryuseQuery is primarily used for fetching data from the server. However, when it comes to conditionally fetching data from the server I belive the syntax for a useMutationuseMutation is much more ideal?useMutationuseMutation.onSuccessonSuccess and onErroronError callbacks are depreciated, meaning I have to now use a useEffectuseEffect. This is greatly overcomplicating everything. I'm not sure if there is a better way of doing this? Any advice would be appreciated.Join the Discord to ask follow-up questions and connect with the community