OBJECT

SubscriberCountBreakdown

Breakdown of number of subscriptions by tier.

link GraphQL Schema definition

1type SubscriberCountBreakdown {
2
3# The number of subscriptions to the product.
4count: Int!
5
6# The tier of the product.
7tier: String!
8
9}