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