Skip to content

MediaList

List of anime or manga

type MediaList {
id: Int!
userId: Int!
mediaId: Int!
status: MediaListStatus
score(
format: ScoreFormat
): Float
progress: Int
progressVolumes: Int
repeat: Int
priority: Int
private: Boolean
notes: String
hiddenFromStatusLists: Boolean
customLists(
asArray: Boolean
): Json
advancedScores: Json
startedAt: FuzzyDate
completedAt: FuzzyDate
updatedAt: Int
createdAt: Int
media: Media
user: User
}

The id of the list entry

The id of the user owner of the list entry

The id of the media

The watching/reading status

The score of the entry

Force the score to be returned in the provided format type.

The amount of episodes/chapters consumed by the user

The amount of volumes read by the user

The amount of times the user has rewatched/read the media

Priority of planning

If the entry should only be visible to authenticated user

Text notes

If the entry shown be hidden from non-custom lists

Map of booleans for which custom lists the entry are in

Change return structure to an array of objects

Map of advanced scores with name keys

When the entry was started by the user

When the entry was completed by the user

When the entry data was last updated

When the entry data was created

MediaList query ● SaveMediaListEntry mutation ● UpdateMediaListEntries mutation

InternalPage object ● Media object ● MediaListCollection object ● MediaListGroup object ● Page object