Mutations

SaveMediaListEntry

Create or update a media list entry

Create or update a media list entry

SaveMediaListEntry(
  id: Int
  mediaId: Int
  status: MediaListStatus
  score: Float
  scoreRaw: Int
  progress: Int
  progressVolumes: Int
  repeat: Int
  priority: Int
  private: Boolean
  notes: String
  hiddenFromStatusLists: Boolean
  customLists: [String]
  advancedScores: [Float]
  startedAt: FuzzyDateInput
  completedAt: FuzzyDateInput
): MediaList

Arguments

SaveMediaListEntry.id ● Int scalar

The list entry id, required for updating

SaveMediaListEntry.mediaId ● Int scalar

The id of the media the entry is of

SaveMediaListEntry.status ● MediaListStatus enum

The watching/reading status

SaveMediaListEntry.score ● Float scalar

The score of the media in the user's chosen scoring method (Min: 0, Max: 100)

SaveMediaListEntry.scoreRaw ● Int scalar

The score of the media in 100 point (Min: 0, Max: 100)

SaveMediaListEntry.progress ● Int scalar

The amount of episodes/chapters consumed by the user (Min: 0)

SaveMediaListEntry.progressVolumes ● Int scalar

The amount of volumes read by the user (Min: 0)

SaveMediaListEntry.repeat ● Int scalar

The amount of times the user has rewatched/read the media (Min: 0, Max: 1000)

SaveMediaListEntry.priority ● Int scalar

Priority of planning (Min: 0, Max: 255)

SaveMediaListEntry.private ● Boolean scalar

If the entry should only be visible to authenticated user

SaveMediaListEntry.notes ● String scalar

Text notes (Min: 0, Max: 6000)

SaveMediaListEntry.hiddenFromStatusLists ● Boolean scalar

If the entry shown be hidden from non-custom lists

SaveMediaListEntry.customLists ● String list scalar

Array of custom list names which should be enabled for this entry

SaveMediaListEntry.advancedScores ● Float list scalar

Array of advanced scores (Min: 0, Max: 100)

SaveMediaListEntry.startedAt ● FuzzyDateInput input

When the entry was started by the user

SaveMediaListEntry.completedAt ● FuzzyDateInput input

When the entry was completed by the user

Type

MediaList object

List of anime or manga

Copyright © 2026