OBJECT

PrimeVideoRating

Contains rating information for Prime Video content.

link GraphQL Schema definition

1type PrimeVideoRating {
2
3# Number of votes.
4count: Int!
5
6# Fractional number of stars.
7stars: Float!
8
9}