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
- : StepEntity
- # A cursor for use in pagination
- : String!
- }
OBJECT
A Relay edge containing a StepEntity and its cursor.
- type StepEntityEdge {
- # The item at the end of the edge
- : StepEntity
- # A cursor for use in pagination
- : String!
- }