How to conditionally fetch data?
In my mind I want to do a mutation that returns data, but I guess that doesn't work.
I have an edit button, and when the user clicks it and therefore goes into edit mode, I want to fetch some additional data from db.
2 Replies