Mutations

UpdateMediaListEntries

Update multiple media list entries to the same values

Update multiple media list entries to the same values

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

Arguments

UpdateMediaListEntries.status ● MediaListStatus enum

The watching/reading status

UpdateMediaListEntries.score ● Float scalar

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

UpdateMediaListEntries.scoreRaw ● Int scalar

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

UpdateMediaListEntries.progress ● Int scalar

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

UpdateMediaListEntries.progressVolumes ● Int scalar

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

UpdateMediaListEntries.repeat ● Int scalar

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

UpdateMediaListEntries.priority ● Int scalar

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

UpdateMediaListEntries.private ● Boolean scalar

If the entry should only be visible to authenticated user

UpdateMediaListEntries.notes ● String scalar

Text notes (Min: 0, Max: 6000)

UpdateMediaListEntries.hiddenFromStatusLists ● Boolean scalar

If the entry shown be hidden from non-custom lists

UpdateMediaListEntries.advancedScores ● Float list scalar

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

UpdateMediaListEntries.startedAt ● FuzzyDateInput input

When the entry was started by the user

UpdateMediaListEntries.completedAt ● FuzzyDateInput input

When the entry was completed by the user

UpdateMediaListEntries.ids ● Int list scalar

The list entries ids to update

Type

MediaList object

List of anime or manga

Copyright © 2026