INPUT_OBJECT
Details to create a new contact.
input CreateClientContactsInputContactField {# First name of the contact.first_name: String!# Last name of the contact.last_name: String!}