Skip to content

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]
}

The id of the activity

The user id of the activity’s creator

The type of activity

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

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

The time the activity was created at

The owner of the activity

The associated media to the activity update

The written replies to the activity

The users who liked the activity

SaveListActivity mutation

ActivityUnion union ● LikeableUnion union