UserFormatStatistic
No description
type UserFormatStatistic {
  count: Int!
  meanScore: Float!
  minutesWatched: Int!
  chaptersRead: Int!
  mediaIds: [Int]!
  format: MediaFormat
}
Fields
UserFormatStatistic.count ● Int! non-null scalar
UserFormatStatistic.meanScore ● Float! non-null scalar
UserFormatStatistic.minutesWatched ● Int! non-null scalar
UserFormatStatistic.chaptersRead ● Int! non-null scalar
UserFormatStatistic.mediaIds ● [Int]! non-null scalar
UserFormatStatistic.format ● MediaFormat enum
Member Of
UserStatistics object