wobsoriano / trpc-nuxt

End-to-end typesafe APIs in Nuxt applications.
trpc-nuxt.vercel.app
MIT License
687 stars 39 forks source link

v11 how to provide input when using useMutation #182

Closed dvtkrlbs closed 3 months ago

dvtkrlbs commented 3 months ago

using useMutation with the v11 beta there does not seem to be a way to provide input. there is only execute which does not provide a way to provide input

dvtkrlbs commented 3 months ago

my mistake I was awaiting the result of useMutation which was hiding the mutate function