OBJECT
HierarchyObjectCommon
Description
Common object definition.
link GraphQL Schema definition
- type HierarchyObjectCommon {
- # The object ID.
- UUID! :
- # The object name.
- String! :
- # The object type.
- HierarchyObjectTypeEnum! :
- }
OBJECT
Common object definition.
- type HierarchyObjectCommon {
- # The object ID.
- UUID! :
- # The object name.
- String! :
- # The object type.
- HierarchyObjectTypeEnum! :
- }