StoryRatings
No description
type StoryRatings {
  average: Float!
  count: Int!
}
Fields
StoryRatings.average ● Float! non-null scalar
average refers to the average rating across all ratings for the Story from published comments.
StoryRatings.count ● Int! non-null scalar
count refers to the number of ratings that have been submitted that
contributes to the average.
Member Of
Story  object