ActivityReply
Replay to an activity item
type ActivityReply { id: Int! userId: Int activityId: Int text( asHtml: Boolean ): String likeCount: Int! isLiked: Boolean createdAt: Int! user: User likes: [User]}Fields
Section titled “Fields”ActivityReply.id ● Int! non-null scalar
Section titled “ActivityReply.id ● Int! ”The id of the reply
The id of the replies creator
The id of the parent activity
The reply text
Return the string in pre-parsed html instead of markdown
ActivityReply.likeCount ● Int! non-null scalar
Section titled “ActivityReply.likeCount ● Int! ”The amount of likes the reply has
If the currently authenticated user liked the reply
ActivityReply.createdAt ● Int! non-null scalar
Section titled “ActivityReply.createdAt ● Int! ”The time the reply was created at
The user who created reply
The users who liked the reply
Returned By
Section titled “Returned By”ActivityReply query ● SaveActivityReply mutation
Member Of
Section titled “Member Of”InternalPage object ● ListActivity object ● MessageActivity object ● Page object ● TextActivity object
Implemented By
Section titled “Implemented By”LikeableUnion union