Replay to an activity item
id
Int!
The id of the reply
userId
Int
The id of the replies creator
activityId
The id of the parent activity
text
String
The reply text
asHtml
Boolean
Return the string in pre-parsed html instead of markdown
likeCount
The amount of likes the reply has
isLiked
If the currently authenticated user liked the reply
createdAt
The time the reply was created at
user
User
The user who created reply
likes
[User]
The users who liked the reply
Last updated 8 months ago