StoryRatings
No description
type StoryRatings { average: Float! count: Int!}
#
Fieldsaverage
(Float!
)#
average refers to the average rating across all ratings for the Story from published comments.
count
(Int!
)#
count refers to the number of ratings that have been submitted that
contributes to the average
.