OBJECT

StringEdge

An edge in a connection.

link GraphQL Schema definition

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