OBJECT
AutocompleteContacts
Autocomplete for contact searches.
link GraphQL Schema definition
- type AutocompleteContacts {
- # The name of the contact.
- String! :
- # The reference ID for this item.
- Int! :
- # The email for the contact
- String :
- # The office phone number of the contact
- String :
- # The mobile phone number of the contact
- String :
- # Comma separated combination of ("client", "project", "supplier")
- String! :
- }