OBJECT

CheckpointClientEdge

An edge in a connection.

link GraphQL Schema definition

  • type CheckpointClientEdge {
  • # The item at the end of the edge
  • node: CheckpointClient
  • # A cursor for use in pagination
  • cursor: String!
  • }