OBJECT
PolarisInventorySubHierarchyRoot
link GraphQL Schema definition
- type PolarisInventorySubHierarchyRoot {
- #   List of children.
- # 
- # Arguments
- #   first: Returns the first n elements from the list.
- #   after: Returns the elements in the list that occur after the 
- #   specified cursor.
- #   sortBy: Sort hierarchy objects according to the hierarchy 
- #   field.
- #   sortOrder: Sorts the order of results.
- #   typeFilter: Types of objects to include.
- #   filter: Hierarchy object filter.
- #   workloadHierarchy: Each enumeration value represents the 
- #   hierarchy of a specific workload type for RBAC and SLA Domain assignments.  A 
- #   value of 'None' represents the hierarchy of all workload types.
- (
- : Int,
- : String,
- : HierarchySortByField,
- : SortOrder,
- : [HierarchyObjectTypeEnum!],
- : [Filter!],
- : WorkloadLevelHierarchy
- ): PolarisHierarchyObjectConnection! 
- #   List of descendants.
- # 
- # Arguments
- #   first: Returns the first n elements from the list.
- #   after: Returns the elements in the list that occur after the 
- #   specified cursor.
- #   sortBy: Sort hierarchy objects according to the hierarchy 
- #   field.
- #   sortOrder: Sorts the order of results.
- #   typeFilter: Types of objects to include.
- #   filter: Hierarchy object filter.
- #   workloadHierarchy: Each enumeration value represents the 
- #   hierarchy of a specific workload type for RBAC and SLA Domain assignments.  A 
- #   value of 'None' represents the hierarchy of all workload types.
- (
- : Int,
- : String,
- : HierarchySortByField,
- : SortOrder,
- : [HierarchyObjectTypeEnum!],
- : [Filter!],
- : WorkloadLevelHierarchy
- ): PolarisHierarchyObjectConnection! 
- : InventorySubHierarchyRootEnum! 
- #   List of top-level descendants (with respect to RBAC).
- # 
- # Arguments
- #   first: Returns the first n elements from the list.
- #   after: Returns the elements in the list that occur after the 
- #   specified cursor.
- #   sortBy: Sort hierarchy objects according to the hierarchy 
- #   field.
- #   sortOrder: Sorts the order of results.
- #   typeFilter: Types of objects to include.
- #   filter: Hierarchy object filter.
- (
- : Int,
- : String,
- : HierarchySortByField,
- : SortOrder,
- : [HierarchyObjectTypeEnum!],
- : [Filter!]
- ): PolarisHierarchyObjectConnection! 
- }