Theo's Typesafe CultTTC
Theo's Typesafe Cult3y ago
5 replies
utdev

useMutation param syntax

Hi guys, I forgot how to add specific params / input to my useMutation, how can I do that for example here:

const { isLoading, mutate, error, isSuccess } =
        api.realEstate.updateStatus.useMutation();
Was this page helpful?