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