Optional
advancedadvancedScores
is an array of numbers representing the advanced scores of the media list entries.
Optional
completedcompletedAt
is a FuzzyDateInput
representing when the media list entries were completed.
Optional
hiddenhiddenFromStatusLists
is a boolean representing whether the media list entries are hidden from status lists.
ids
is an array of numbers representing the ids of the media list entries.
Optional
notesnotes
is a string representing the notes of the media list entries.
Optional
prioritypriority
is a number representing the priority of the media list entries.
Optional
privateprivate
is a boolean representing the privacy status of the media list entries.
Optional
progressprogress
is a number representing the progress of the media list entries.
Optional
progressprogressVolumes
is a number representing the progress volumes of the media list entries.
Optional
repeatrepeat
is a number representing the repeat status of the media list entries.
Optional
scorescore
is a number representing the score of the media list entries.
Optional
scorescoreRaw
is a number representing the raw score of the media list entries.
Optional
startedstartedAt
is a FuzzyDateInput
representing when the media list entries started.
Optional
statusstatus
is a MediaListStatus
representing the status of the media list entries.
UpdateMediaListEntriesVariables
is an interface representing the variables for theUpdateMediaListEntriesMutation
. It includes optional status, score, raw score, progress, progress volumes, repeat, priority, private status, notes, hidden from status lists status, advanced scores, started at date, completed at date, and a required array of ids.