For context, i want to try to update the user's profile but i cant seem to add both the ctx argument and the input as a z.object (like in the example on their docs https://trpc.io/docs/v9/react-mutations). I am not really sure what is wrong, any pointers would be appreciated.
The hooks provided by @trpc/react are a thin wrapper around React Query. For in-depth information about options and usage patterns, refer to their docs on Mutations.