OBJECT
SubscriptionInterval
Represents the interval of a subscription product.
link GraphQL Schema definition
1 type SubscriptionInterval { 2 3 # The unit-less amount of time a subscription lasts for. 4 : Int! 5 6 # Denotes the unit of the interval. 7 : SubscriptionIntervalUnit! 8 9 }