Optional asasArray is a boolean representing whether to return the result as an array.
Optional asasHtml is a boolean representing whether to return the result as HTML.
Optional comparecompareWithAuthList is a boolean representing whether to compare with the authenticated list.
Optional completedcompletedAt is a number representing the completion date of the media list.
Optional completedcompletedAt_greater is a number representing the minimum completion date.
Optional completedcompletedAt_lesser is a number representing the maximum completion date.
Optional completedcompletedAt_like is a string representing the completion date that should be included.
Optional idid is a number representing the id of the media list.
Optional isisFollowing is a boolean representing whether the user is following the media.
Optional mediamediaId is a number representing the id of the media.
Optional mediamediaId_in is an array of numbers representing the media ids that should be included.
Optional mediamediaId_not_in is an array of numbers representing the media ids that should not be included.
Optional notesnotes is a string representing the notes for the media list.
Optional notes_notes_like is a string representing the notes that should be included.
Optional pagepage is a number representing the page number.
Optional perperPage is a number representing the number of items per page.
Optional scorescoreFormat is a string representing the score format.
Optional sortsort is an array of strings representing the sort order.
Optional startedstartedAt is a number representing the start date of the media list.
Optional startedstartedAt_greater is a number representing the minimum start date.
Optional startedstartedAt_lesser is a number representing the maximum start date.
Optional startedstartedAt_like is a string representing the start date that should be included.
Optional statusstatus is a string representing the status of the media list.
Optional status_status_in is an array of strings representing the statuses that should be included.
Optional status_status_not is a string representing the status that should not be included.
Optional status_status_not_in is an array of strings representing the statuses that should not be included.
Optional typetype is a string representing the type of the media.
Optional useruserId is a number representing the id of the user.
Optional useruserId_in is an array of numbers representing the user ids that should be included.
Optional useruserName is a string representing the name of the user.
MediaListsVariablesis an interface representing the variables for theMediaListsQuery. It includes optional page, per page, id, user id, user name, type, status, media id, is following, notes, started at, completed at, compare with auth list, user id in, status in, status not in, status not, media id in, media id not in, notes like, started at greater, started at lesser, started at like, completed at greater, completed at lesser, completed at like, sort, score format, as array, and as html.