How can I use MutationCache to get the mutation result on different route?
I have a scenario where I use mutation to post a data and then get back the reponse. Now I have to redirect to different page and display the result from the previous mutation. Can I use the mutationCache to get the result and display on the page?