OBJECT
NetworkAreaConnection
A connection to a list of items.
link GraphQL Schema definition
- type NetworkAreaConnection {
- # Information to aid in pagination.
- : PageInfo!
- # A list of edges.
- : [NetworkAreaEdge]
- # A list of NetworkArea nodes.
- : [NetworkArea!]!
- # The total count of items in the connection.
- : Int!
- }