MediaList
List of anime or manga
Field | Argument | Type | Description |
---|---|---|---|
id | Int! | The id of the list entry | |
userId | Int! | The id of the user owner of the list entry | |
mediaId | Int! | The id of the media | |
status | The watching/reading status | ||
score | The score of the entry | ||
format | Force the score to be returned in the provided format type. | ||
progress | The amount of episodes/chapters consumed by the user | ||
progressVolumes | The amount of volumes read by the user | ||
repeat | The amount of times the user has rewatched/read the media | ||
priority | Priority of planning | ||
private | If the entry should only be visible to authenticated user | ||
notes | Text notes | ||
hiddenFromStatusLists | If the entry shown be hidden from non-custom lists | ||
customLists | Map of booleans for which custom lists the entry are in | ||
asArray | Change return structure to an array of objects | ||
advancedScores | Map of advanced scores with name keys | ||
startedAt | When the entry was started by the user | ||
completedAt | When the entry was completed by the user | ||
updatedAt | When the entry data was last updated | ||
createdAt | When the entry data was created | ||
media | |||
user |
Last updated