ContactType
The possible types of contacts.
enum ContactType {
contact
lead
}
Values
ContactType.contact
The contact is a contact.
ContactType.lead
The contact is a lead.
Member of
Contact object ● ContactCreateInput input ● ContactUpdateInput input