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