OBJECT

SubscriberScoreBreakdown

Breakdown of score by tier.

link GraphQL Schema definition

1type SubscriberScoreBreakdown {
2
3# The score of the product.
4score: Int!
5
6# The tier of the product.
7tier: String!
8
9}