ListActivity
User list activity (anime & manga updates)
type ListActivity { id: Int! userId: Int type: ActivityType replyCount: Int! status: String progress: String isLocked: Boolean isSubscribed: Boolean likeCount: Int! isLiked: Boolean isPinned: Boolean siteUrl: String createdAt: Int! user: User media: Media replies: [ActivityReply] likes: [User]}Fields
Section titled “Fields”ListActivity.id ● Int! non-null scalar
Section titled “ListActivity.id ● Int! ”The id of the activity
The user id of the activity’s creator
The type of activity
ListActivity.replyCount ● Int! non-null scalar
Section titled “ListActivity.replyCount ● Int! ”The number of activity replies
The list item’s textual status
The list progress made
If the activity is locked and can receive replies
If the currently authenticated user is subscribed to the activity
ListActivity.likeCount ● Int! non-null scalar
Section titled “ListActivity.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
The url for the activity page on the AniList website
ListActivity.createdAt ● Int! non-null scalar
Section titled “ListActivity.createdAt ● Int! ”The time the activity was created at
The owner of the activity
The associated media to the activity update
ListActivity.replies ● [ActivityReply] list object
Section titled “ListActivity.replies ● [ActivityReply] ”The written replies to the activity
The users who liked the activity
Returned By
Section titled “Returned By”SaveListActivity mutation
Implemented By
Section titled “Implemented By”ActivityUnion union ● LikeableUnion union