How do I create a resuable composable for a mutation?
Thanks for this great library.
I have a mutation that I want to reuse in multiple places, but I'm having trouble typing the
Can the mutations be re-used this way or is this something that is not intended?
I have a mutation that I want to reuse in multiple places, but I'm having trouble typing the
options in the composable that I want to create e.gCan the mutations be re-used this way or is this something that is not intended?