Skip to content

MediaListTypeOptions

A user’s list options for anime or manga lists

type MediaListTypeOptions {
sectionOrder: [String]
splitCompletedSectionByFormat: Boolean
theme: Json @deprecated
customLists: [String]
advancedScoring: [String]
advancedScoringEnabled: Boolean
}

The order each list should be displayed in

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

The list theme options

The names of the user’s custom lists

The names of the user’s advanced scoring sections

If advanced scoring is enabled

MediaListOptions object