Respond to a group invite you received.
mutation ( $inviteId: ID! $response: GroupInviteResponse! ) { respondGroupUserMemberInvite( inviteId: $inviteId response: $response ) { id status role insertedAt respondedAt updatedAt group { id } user { id } invitedUser { id } } }
Last updated 1 month ago
Was this helpful?