OBJECT

EntryZoneConnection

The connection type for EntryZone.

link GraphQL Schema definition

  • type EntryZoneConnection implements TotalCountInterface {
  • allMetadataKeys: [String!]!
  • # Returns all entry zones that belong to ancestor lines (including edges) and
  • # their children from this connection. This feature is experimental and might be
  • # removed in the future.
  • ancestorsWithChildren: [EntryZone!]!
  • # Returns all entry zones that descend from edges. This feature is experimental
  • # and might be removed in the future.
  • descendants: [EntryZone!]!
  • # A list of edges.
  • edges: [EntryZoneEdge]
  • metadataKeys: [String!]!
  • # A list of nodes.
  • nodes: [EntryZone]
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • totalCount: Int!
  • }