Schema Documentation
HierarchicalNode
Description
Node with hierarchical (parent/child) relationships
Fields
Field Name | Description |
---|---|
databaseId - Int! | The unique identifier stored in the database |
id - ID! | The globally unique ID for the object |
parentDatabaseId - Int | Database id of the parent node |
parentId - ID | The globally unique identifier of the parent node. |
Possible Types
HierarchicalNode Types |
---|
Example
{"databaseId":987,"id":4,"parentDatabaseId":123,"parentId":"4"}