OBJECT

HierarchyFieldsConnection

Connection Type for HierarchyField

link GraphQL Schema definition

  • type HierarchyFieldsConnection {
  • # List of nodes
  • nodes: [HierarchyField!]!
  • # Information for pagination
  • pageInfo: PageInfo!
  • # Total number of objects in connection
  • totalCount: Int!
  • }

link Require by