OBJECT
HierarchyTypeConnection
The connection type for HierarchyType.
link GraphQL Schema definition
- type HierarchyTypeConnection {
- : [String!]!
- # A list of edges.
- : [HierarchyTypeEdge]
- # A list of nodes.
- : [HierarchyType]
- # Information to aid in pagination.
- : PageInfo!
- : Int!
- }