OBJECT
A node in a help topic document tree.
type ContentNode {# Markup tag name.tag: String! # Text content of this node.text: String! # 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 }