Skip to content

MediaListOptions

A user’s list options

type MediaListOptions {
scoreFormat: ScoreFormat
rowOrder: String
useLegacyLists: Boolean @deprecated
animeList: MediaListTypeOptions
mangaList: MediaListTypeOptions
sharedTheme: Json @deprecated
sharedThemeEnabled: Boolean @deprecated
}

The score format the user is using for media lists

The default order list rows should be displayed in

The user’s anime list options

The user’s manga list options

The list theme options for both lists

If the shared theme should be used instead of the individual list themes

User object