OBJECT

HierarchyConnection

The connection type for Hierarchy.

link GraphQL Schema definition

  • 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!
  • }

link Require by