inventorySubHierarchyRoot
No description available.
Arguments
| Argument | Type | Description |
|---|---|---|
| rootEnum (required) | InventorySubHierarchyRootEnum! |
Returns
Sample
{
"data": {
"inventorySubHierarchyRoot": {
"rootEnum": "ACTIVE_DIRECTORY_ROOT",
"childConnection": {
"nodes": [
[
{}
]
],
"pageInfo": {
"endCursor": "example-string",
"hasNextPage": true,
"hasPreviousPage": true,
"startCursor": "example-string"
}
},
"descendantConnection": {
"nodes": [
[
{}
]
],
"pageInfo": {
"endCursor": "example-string",
"hasNextPage": true,
"hasPreviousPage": true,
"startCursor": "example-string"
}
}
}
}
}