OBJECT

MonitoredNetworkConnection

A connection to a list of items.

link GraphQL Schema definition

  • type MonitoredNetworkConnection {
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • # A list of edges.
  • edges: [MonitoredNetworkEdge]
  • # A list of MonitoredNetwork nodes.
  • nodes: [MonitoredNetwork!]!
  • # The total count of items in the connection.
  • totalCount: Int!
  • }

link Require by