OBJECT

SparkyQueryEdge

An edge in a connection.

link GraphQL Schema definition

  • type SparkyQueryEdge {
  • # The item at the end of the edge.
  • node: SparkyQuery
  • # A cursor for use in pagination.
  • cursor: Cursor!
  • }