GraphQL OBJECT
DepartmentSearchResultItem
The flat department as result of a search.
link Definition
- type DepartmentSearchResultItem {
- # Unique Id of the department.
- Int! :
- # Name of the department.
- String! :
- # Information about client the department belongs to.
- ClientInformation :
- # Date and time when the department created.
- DateTime :
- # User who created the department.
- UserAccountInformation :
- # Date and time when the last edit occurred.
- DateTime :
- # User that last modified the department.
- UserAccountInformation :
- }