INPUT_OBJECT

CreateClientContactsInputContactField

Details to create a new contact.

link GraphQL Schema definition

  • input CreateClientContactsInputContactField {
  • # First name of the contact.
  • first_name: String!
  • # Last name of the contact.
  • last_name: String!
  • }