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