OBJECT

SampleEdge

An edge in a connection.

link GraphQL Schema definition

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