OBJECT

SubscriptionInterval

Represents the interval of a subscription product.

link GraphQL Schema definition

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