OBJECT

StepChecklistEntityEdge

A Relay edge containing a StepChecklistEntity and its cursor.

link GraphQL Schema definition

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