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