Skip to content

MediaListCollection

List of anime or manga

type MediaListCollection {
lists: [MediaListGroup]
user: User
hasNextChunk: Boolean
statusLists(
asArray: Boolean
): [[MediaList]] @deprecated
customLists(
asArray: Boolean
): [[MediaList]] @deprecated
}

Grouped media list entries

The owner of the list

If there is another chunk

A map of media list entry arrays grouped by status

A map of media list entry arrays grouped by custom lists

MediaListCollection query