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