OBJECT
A node in a help topic document tree.
type ContentNode {# Attributes of this node.attributes: [ContentNodeAttribute!]! # Index of this node in the document tree.index: Int # Index of the parent of this node.parentIndex: Int # Markup tag name.tag: String! # Text content of this node.text: String! }