Optional advancedadvancedScores is an array of numbers representing the advanced scores of the media list entry.
Optional completedcompletedAt is a FuzzyDateInput representing when the media list entry was completed.
Optional customcustomLists is an array of strings representing the custom lists of the media list entry.
Optional hiddenhiddenFromStatusLists is a boolean representing whether the media list entry is hidden from status lists.
Optional idid is a number representing the id of the media list entry.
mediaId is a number representing the id of the media associated with the media list entry.
Optional notesnotes is a string representing the notes of the media list entry.
Optional prioritypriority is a number representing the priority of the media list entry.
Optional privateprivate is a boolean representing the privacy status of the media list entry.
Optional progressprogress is a number representing the progress of the media list entry.
Optional progressprogressVolumes is a number representing the progress volumes of the media list entry.
Optional repeatrepeat is a number representing the repeat status of the media list entry.
Optional scorescore is a number representing the score of the media list entry.
Optional scorescoreRaw is a number representing the raw score of the media list entry.
Optional startedstartedAt is a FuzzyDateInput representing when the media list entry started.
Optional statusstatus is a MediaListStatus representing the status of the media list entry.
SaveMediaListEntryVariablesis an interface representing the variables for theSaveMediaListEntryMutation. It includes optional id, media id, status, score, raw score, progress, progress volumes, repeat, priority, private status, notes, hidden from status lists status, custom lists, advanced scores, started at date, and completed at date.