GraphQL OBJECT

DepartmentSearchResult

Contains a list of departments.

link Definition

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

link Required by