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
- : StepChecklistEntity
- # A cursor for use in pagination
- : String!
- }