GraphQL OBJECT

ClientSearchResult

Contains a list of clients.

link Definition

  • type ClientSearchResult {
  • # Total number of clients that match the search parameters.
  • totalCount: Int
  • # List of results that match the search parameters.
  • items: [ClientSearchResultItem]
  • # Indicates whether the result is truncated.
  • isTruncated: Boolean
  • }

link Required by