`onSuccess` is typed correctly as `data: ReturnItem` for one mutation but as `data: any` for another
onSuccess is typed correctly as data: ReturnItem for one mutation but as data: any for another, any ideas why? I see no apparent reason.1 Reply
Try restarting TS server maybe...