Skip to content

ScoreFormat

Media list scoring type

enum ScoreFormat {
POINT_100
POINT_10_DECIMAL
POINT_10
POINT_5
POINT_3
}

An integer from 0-100

A float from 0-10 with 1 decimal place

An integer from 0-10

An integer from 0-5. Should be represented in Stars

An integer from 0-3. Should be represented in Smileys. 0 => No Score, 1 => :(, 2 => :|, 3 => :)

MediaListOptions object ● UpdateUser mutation