Skip to main content

ContactInput Input

Description

Input fields for creating or updating a contact.

Declaration

input ContactInput {
firstName: String
lastName: String
email: String
telephone: String
organisation: String
notes: String
}

Fields

NameTypeDescription
firstNameStringContact's first name.
lastNameStringContact's last name.
emailStringContact's email address.
telephoneStringContact's telephone number.
organisationStringOrganization or company name.
notesStringNotes or comments about the contact.