Represents information about an email.
type Email {
id: ID
value: String
isDefault: Boolean
}
Fields
Email.id ● ID scalar
Represents the email unique identifier.
Email.value ● String scalar
A single email address. Example: jane.smith@awesomeltd.com
Email.isDefault ● Boolean scalar
Define whether this email address is the default. This is handy when a contact has multiple email addresses: Example: true
Member Of
ContactSearchResult object ● EmailEdge object