Access Mutation Data
Hello Guys,
What is the best way to access data returned by a mutation?
This functions returns the new created invitation
I tried mutation.data.data but it doesnt always works. Also i dont know if its better to access in the onSuccess Function or just after the block.
Does anyone know a reliable way to access this returned data.
Thanks in advance
What is the best way to access data returned by a mutation?
This functions returns the new created invitation
I tried mutation.data.data but it doesnt always works. Also i dont know if its better to access in the onSuccess Function or just after the block.
Does anyone know a reliable way to access this returned data.
Thanks in advance