CustomersSearchQuery
A query to search for customers. Search queries are combinations of search conditions, as defined below. At least one search condition must be provided.
input CustomersSearchQuery {
or: [CustomerSearchCondition!]
}
Fields
CustomersSearchQuery.or
● [CustomerSearchCondition!]
list input
An array of search conditions that will be combined using a 'logical OR' to search for customers.
Member of
searchCustomers
query