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}Fields
Section titled “Fields”MediaList.id ● Int! non-null scalar
Section titled “MediaList.id ● Int! ”The id of the list entry
MediaList.userId ● Int! non-null scalar
Section titled “MediaList.userId ● Int! ”The id of the user owner of the list entry
MediaList.mediaId ● Int! non-null scalar
Section titled “MediaList.mediaId ● Int! ”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
MediaList.hiddenFromStatusLists ● Boolean scalar
Section titled “MediaList.hiddenFromStatusLists ● Boolean ”If the entry shown be hidden from non-custom lists
Map of booleans for which custom lists the entry are in
MediaList.customLists.asArray ● Boolean scalar
Section titled “MediaList.customLists.asArray ● Boolean ”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
Returned By
Section titled “Returned By”MediaList query ● SaveMediaListEntry mutation ● UpdateMediaListEntries mutation
Member Of
Section titled “Member Of”InternalPage object ● Media object ● MediaListCollection object ● MediaListGroup object ● Page object