TextActivity
User text activity
| Field | Argument | Type | Description |
|---|---|---|---|
| id | Int! | The id of the activity | |
| userId | Int | The user id of the activity's creator | |
| type | ActivityType | The type of activity | |
| replyCount | Int! | The number of activity replies | |
| text | String | The status text (Markdown) | |
| asHtml | Boolean | Return the string in pre-parsed html instead of markdown | |
| siteUrl | String | The url for the activity page on the AniList website | |
| isLocked | Boolean | If the activity is locked and can receive replies | |
| isSubscribed | Boolean | If the currently authenticated user is subscribed to the activity | |
| likeCount | Int! | The amount of likes the activity has | |
| isLiked | Boolean | If the currently authenticated user liked the activity | |
| isPinned | Boolean | If the activity is pinned to the top of the users activity feed | |
| createdAt | Int! | The time the activity was created at | |
| user | User | The user who created the activity | |
| replies | [ActivityReply] | The written replies to the activity | |
| likes | [User] | The users who liked the activity | |
