OBJECT

PairedIcpEdge

An edge in a connection.

link GraphQL Schema definition

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