Skip to main content

⚠️ This is the alpha version. The operation or type does not exist in the beta version.

CheckpointConnection

No description

type CheckpointConnection {
pageInfo: PageInfo!
edges: [CheckpointEdge!]!
nodes: [Checkpoint!]!
}

Fields

CheckpointConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

CheckpointConnection.edges ● [CheckpointEdge!]! non-null object

A list of edges.

CheckpointConnection.nodes ● [Checkpoint!]! non-null object

A list of nodes.

Returned By

checkpoints query

Member Of

Epoch object