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