OBJECT
EntryZoneConnection
The connection type for EntryZone.
link GraphQL Schema definition
- type EntryZoneConnection implements TotalCountInterface {
- : [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.
- : [EntryZone!]!
- # Returns all entry zones that descend from edges. This feature is experimental
- # and might be removed in the future.
- : [EntryZone!]!
- # A list of edges.
- : [EntryZoneEdge]
- : [String!]!
- # A list of nodes.
- : [EntryZone]
- # Information to aid in pagination.
- : PageInfo!
- : Int!
- }