INPUT_OBJECT
ContactsSearchFilter
Description
Parameters for contacts search.
link GraphQL Schema definition
- input ContactsSearchFilter {
- # Parameters for using Lambda filters in the query.
- : LambdaPathFilters
- # Filters on keywords appearing in the contact name, company name, emails or
- # addresses.
- : ContactsSearchKeywordFilter
- # Filters on object type (contact, folder, or all).
- : ContactsSearchObjectFilter
- # Specifies whether to skip items in the Recoverable Items folder.
- : Boolean
- }