EmailInput
Represents information about an email.
input EmailInput {
value: String!
isDefault: Boolean
}
Fields
EmailInput.value ● String! non-null scalar
A single email address. Example: jane.smith@awesomeltd.com
EmailInput.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
CompanyEmailInput input ● CompanyEmailsInput input ● ContactEmailInput input ● ContactEmailsInput input ● PersonEmailInput input ● PersonEmailsInput input