GraphQL OBJECT
ClientSearchResult
Contains a list of clients.
link Definition
- type ClientSearchResult {
- # Total number of clients that match the search parameters.
- Int :
- # List of results that match the search parameters.
- ClientSearchResultItem] : [
- # Indicates whether the result is truncated.
- Boolean :
- }