mutation InviteMember($input: InviteMemberInput!) { inviteMember(input: $input) { success message } }