ContactPreferredNameInput
A contact's preferred name details.
input ContactPreferredNameInput {
firstName: String
lastName: String
title: String
}
Fields
ContactPreferredNameInput.firstName
● String
scalar
UTF-8 string value that represents the first name of the contact. Optional.
ContactPreferredNameInput.lastName
● String
scalar
UTF-8 string value that represents the last name of the contact. Optional.
ContactPreferredNameInput.title
● String
scalar
UTF-8 string value that represents the title of the contact's name such as Dr/Mrs/Mr. Optional.
Member Of
CreateContactInput
input ● UpdateContactDetailsInput
input