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