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