GraphQL OBJECT

SupportContactSearchResult

Contains a list of support contacts.

link Definition

  • type SupportContactSearchResult {
  • # totalCount.
  • totalCount: Int
  • # List of results that match the search parameters.
  • items: [SupportContactSearchResultItem]
  • # Indicates whether the result is truncated.
  • isTruncated: Boolean
  • }

link Required by