Schema Documentation
HierarchicalContentNode
Description
Content node with hierarchical (parent/child) relationships
Fields
Field Name | Description |
---|---|
ancestors -
HierarchicalContentNodeToContentNodeAncestorsConnection | Returns ancestors of the node. Default ordered as lowest (closest to the child) to highest (closest to the root). |
Arguments
| |
children -
HierarchicalContentNodeToContentNodeChildrenConnection | Connection between the HierarchicalContentNode type and the ContentNode type |
Arguments
| |
parent -
HierarchicalContentNodeToParentContentNodeConnectionEdge | The parent of the node. The parent object can be of various types |
parentDatabaseId -
Int | Database id of the parent node |
parentId -
ID | The globally unique identifier of the parent node. |
Example
{"ancestors":HierarchicalContentNodeToContentNodeAncestorsConnection,"children":HierarchicalContentNodeToContentNodeChildrenConnection,"parent":HierarchicalContentNodeToParentContentNodeConnectionEdge,"parentDatabaseId":123,"parentId":4}