OBJECT

StepEntityEdge

A Relay edge containing a StepEntity and its cursor.

link GraphQL Schema definition

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