ENUM
SubscriptionStatus
The type of Subscription.
link GraphQL Schema definition
- enum SubscriptionStatus {
- # Silver Tier subscription
- # Gold Tier subscription
- # Platinum Tier subscription
- # Legacy Silver Tier subscription
- @deprecated( reason: "Legacy Silver subscriptions are not available for new users." )
- # Legacy Gold Tier subscription
- @deprecated( reason: "Legacy Gold subscriptions are not available for new users." )
- # Legacy Platinum Tier subscription
- @deprecated( reason: "Legacy Platinum subscriptions are not available for new users." )
- # Alchemical Society Tier subscription
- }
link Require by
This element is not required by anyone