checkpoints
Paginate checkpoints in the network, optionally bounded to checkpoints in the given epoch.
checkpoints(
first: Int
after: String
last: Int
before: String
filter: CheckpointFilter
): CheckpointConnection!
Paginate checkpoints in the network, optionally bounded to checkpoints in the given epoch.
checkpoints(
first: Int
after: String
last: Int
before: String
filter: CheckpointFilter
): CheckpointConnection!
checkpoints.first
● Int
scalarcheckpoints.after
● String
scalarcheckpoints.last
● Int
scalarcheckpoints.before
● String
scalarcheckpoints.filter
● CheckpointFilter
inputCheckpointConnection
object