OBJECT

AutocompleteContacts

Autocomplete for contact searches.

link GraphQL Schema definition

  • type AutocompleteContacts {
  • # The name of the contact.
  • label: String!
  • # The reference ID for this item.
  • value: Int!
  • # The email for the contact
  • email: String
  • # The office phone number of the contact
  • office_phone: String
  • # The mobile phone number of the contact
  • mobile: String
  • # Comma separated combination of ("client", "project", "supplier")
  • type: String!
  • }