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