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.