TextActivity
User text activity
type TextActivity { id: Int! userId: Int type: ActivityType replyCount: Int! text( asHtml: Boolean ): String siteUrl: String isLocked: Boolean isSubscribed: Boolean likeCount: Int! isLiked: Boolean isPinned: Boolean createdAt: Int! user: User replies: [ActivityReply] likes: [User]}Fields
Section titled “Fields”TextActivity.id ● Int! non-null scalar
Section titled “TextActivity.id ● Int! ”The id of the activity
The user id of the activity’s creator
The type of activity
TextActivity.replyCount ● Int! non-null scalar
Section titled “TextActivity.replyCount ● Int! ”The number of activity replies
The status text (Markdown)
Return the string in pre-parsed html instead of markdown
The url for the activity page on the AniList website
If the activity is locked and can receive replies
If the currently authenticated user is subscribed to the activity
TextActivity.likeCount ● Int! non-null scalar
Section titled “TextActivity.likeCount ● Int! ”The amount of likes the activity has
If the currently authenticated user liked the activity
If the activity is pinned to the top of the users activity feed
TextActivity.createdAt ● Int! non-null scalar
Section titled “TextActivity.createdAt ● Int! ”The time the activity was created at
The user who created the activity
TextActivity.replies ● [ActivityReply] list object
Section titled “TextActivity.replies ● [ActivityReply] ”The written replies to the activity
The users who liked the activity
Returned By
Section titled “Returned By”SaveTextActivity mutation
Implemented By
Section titled “Implemented By”ActivityUnion union ● LikeableUnion union