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