Skip to content

TextActivity

User text activity

FieldArgumentTypeDescription
idInt! The id of the activity
userIdInt The user id of the activity's creator
typeActivityType The type of activity
replyCountInt! The number of activity replies
textString The status text (Markdown)
asHtmlBoolean Return the string in pre-parsed html instead of markdown
siteUrlString The url for the activity page on the AniList website
isLockedBoolean If the activity is locked and can receive replies
isSubscribedBoolean If the currently authenticated user is subscribed to the activity
likeCountInt! The amount of likes the activity has
isLikedBoolean If the currently authenticated user liked the activity
isPinnedBoolean If the activity is pinned to the top of the users activity feed
createdAtInt! The time the activity was created at
userUser The user who created the activity
replies[ActivityReply] The written replies to the activity
likes[User] The users who liked the activity