How to infer the output of a mutation? The current methods appear to be depreciated.
I am attempting to export the bellow utility function to use client side to infer an output type that I can pass to a couple components that are consuming the data.
It appears the the ''mutations' is depreciated here when trying to access it off the '_dep'? I did some digging the code base and that seems to be the case.
Does anyone have advice on how to infer this type so I can pass it where it is needed?
It appears the the ''mutations' is depreciated here when trying to access it off the '_dep'? I did some digging the code base and that seems to be the case.
Does anyone have advice on how to infer this type so I can pass it where it is needed?
