CheckpointEdge
An edge in a connection.
type CheckpointEdge {
cursor: String!
node: Checkpoint!
}
Fields
CheckpointEdge.cursor
● String!
non-null scalar
A cursor for use in pagination
CheckpointEdge.node
● Checkpoint!
non-null object
The item at the end of the edge
Member Of
CheckpointConnection
object