OBJECT

SubscriptionSummarySelf

Most of the user specific fields for SubscriptionSummary.

link GraphQL Schema definition

1type SubscriptionSummarySelf {
2
3# What is the cumulative tenure for this user.
4cumulativeTenure: Int!
5
6# The tier the user is subbed to (if they have a sub).
7subscribedTier: SubscriptionSummaryTier
8
9}