createHierarchyLevel
mutation.
Access policy:
parentId
is provided and is not 0
, a hierarchy level with this ID must exist.hierarchyLevel
, an object with the following properties:
Argument | Type | Description | Default |
---|---|---|---|
label | String | Required. The display name of the hierarchy level to create. | — |
parentId | ID | The parent hierarchy level ID. Use 0 or omit the field to create a top‑level hierarchy. | 0 |
parentId
to 0
or omit it.