UserCountryStatistic
No description
type UserCountryStatistic {
  count: Int!
  meanScore: Float!
  minutesWatched: Int!
  chaptersRead: Int!
  mediaIds: [Int]!
  country: CountryCode
}
Fields
UserCountryStatistic.count ● Int! non-null scalar
UserCountryStatistic.meanScore ● Float! non-null scalar
UserCountryStatistic.minutesWatched ● Int! non-null scalar
UserCountryStatistic.chaptersRead ● Int! non-null scalar
UserCountryStatistic.mediaIds ● [Int]! non-null scalar
UserCountryStatistic.country ● CountryCode scalar
Member Of
UserStatistics object