OBJECT

SolutionEntityEdge

A Relay edge containing a SolutionEntity and its cursor.

link GraphQL Schema definition

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