GenreStats
User's genre statistics
type GenreStats {
genre: String
amount: Int
meanScore: Int
timeWatched: Int
}
Fields
GenreStats.genre
● String
scalar
GenreStats.amount
● Int
scalar
GenreStats.meanScore
● Int
scalar
GenreStats.timeWatched
● Int
scalar
The amount of time in minutes the genre has been watched by the user
Member Of
UserStats
object