1 2 3 4 5
mutation SendInvite($teamId: String!, $email: String!) { sendInviteUserTeam(object: { teamId: $teamId, email: $email }) { success } }