Schema Documentation

HierarchicalNode

Description

Node with hierarchical (parent/child) relationships

Fields
Field NameDescription
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

MediaItem

Page

Category

ProductCategory

Example
{"databaseId":987,"id":4,"parentDatabaseId":123,"parentId":"4"}