GraphQL OBJECT

CustomerSearchResult

Customers that match the search parameters.

link Definition

  • type CustomerSearchResult {
  • # Indicates whether the result is truncated.
  • isTruncated: Boolean!
  • # List of customers that match the search parameters.
  • customers: [CustomerSearchResultItem]
  • }

link Required by