GraphQL OBJECT
CustomerSearchResult
Customers that match the search parameters.
link Definition
- type CustomerSearchResult {
- # Indicates whether the result is truncated.
- : Boolean!
- # List of customers that match the search parameters.
- : [CustomerSearchResultItem]
- }