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