```typescript const { mutate: joinChallenge } = api.challenges.join.useMutation(); const handleJoinChallenge = () => { }; joinChallenge({ challengeId: id, }); }; ``` using version 10.45.2