OBJECT

SubCountTierDataPoint

SubCountTierDataPoint shows the breakdown of subcount by tier.

link GraphQL Schema definition

1type SubCountTierDataPoint {
2
3# How many of this type of subscription were captured in this time period.
4count: Int!
5
6# The type of subscription, i.e. Tier 1, Tier 2, Tier 3.
7tier: String!
8
9}