Skip to main content

MediaListOptionsInput

A user's list options for anime or manga lists

input MediaListOptionsInput {
sectionOrder: [String]
splitCompletedSectionByFormat: Boolean
customLists: [String]
advancedScoring: [String]
advancedScoringEnabled: Boolean
theme: String
}

Fields

MediaListOptionsInput.sectionOrder ● [String] list scalar

The order each list should be displayed in

MediaListOptionsInput.splitCompletedSectionByFormat ● Boolean scalar

If the completed sections of the list should be separated by format

MediaListOptionsInput.customLists ● [String] list scalar

The names of the user's custom lists

MediaListOptionsInput.advancedScoring ● [String] list scalar

The names of the user's advanced scoring sections

MediaListOptionsInput.advancedScoringEnabled ● Boolean scalar

If advanced scoring is enabled

MediaListOptionsInput.theme ● String scalar

list theme

Member Of

UpdateUser mutation