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