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