OBJECT

JSONEdge

An edge in a connection.

link GraphQL Schema definition

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