GraphQL OBJECT
DepartmentSearchResult
Contains a list of departments.
link Definition
- type DepartmentSearchResult {
- # List of results that match the search parameters.
- : [DepartmentSearchResultItem]
- # Indicates whether the result is truncated.
- : Boolean
- }