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