ENUM

BillingInterval

The unit of time used to determine a billing period.

link GraphQL Schema definition

1enum BillingInterval {
2
3month
4
5year
6}