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