OBJECT

CmsHierarchy

The relation between CmsPages is set by CmsHierarchies

link GraphQL Schema definition

  • type CmsHierarchy {
  • # Node Id of the CMS hierarchy
  • node_id: Int
  • # Parent node Id of the CMS hierarchy node
  • parent_node_id: Int
  • # Id of the CMS page
  • page_id: Int
  • # Identifier of the CMS hierarchy node
  • identifier: String
  • # Label of CMS hierarchy node
  • label: String
  • # Level of CMS hierarchy node
  • level: Int
  • # Request URL of CMS hierarchy node
  • request_url: String
  • # XPATH of CMS hierarchy node
  • xpath: String
  • # Store Id of CMS hierarchy node
  • store_id: Int
  • }