GraphQL OBJECT
SupportContactSearchResult
Contains a list of support contacts.
link Definition
- type SupportContactSearchResult {
- # totalCount.
- : Int
- # List of results that match the search parameters.
- : [SupportContactSearchResultItem]
- # Indicates whether the result is truncated.
- : Boolean
- }