OBJECT
The connection type for Hierarchy.
type HierarchyConnection {cursors: [String!]! # A list of edges.edges: [HierarchyEdge] # A list of nodes.nodes: [Hierarchy] # Information to aid in pagination.pageInfo: PageInfo! totalCount: Int! }