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