OBJECT
FieldSequenceEntityEdge
A Relay edge containing a FieldSequenceEntity and its cursor.
link GraphQL Schema definition
- type FieldSequenceEntityEdge {
- # The item at the end of the edge
- : FieldSequenceEntity
- # A cursor for use in pagination
- : String!
- }