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