INPUT_OBJECT
An input type for inviting a member, using the inviteMember mutation.
input InviteMemberInput {# Email of the user that the invite should be sent to.email: String!# The ids of the teams that the newly invited member will be assigned to.teamIds: [String]# Additional information about the member invitation.note: String}