GraphQL OBJECT

OfficeSearchResult

Contains a list of offices.

link Definition

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

link Required by