ENUM

SubscriptionStatus

The type of Subscription.

link GraphQL Schema definition

  • enum SubscriptionStatus {
  • # Silver Tier subscription
  • Silver
  • # Gold Tier subscription
  • Gold
  • # Platinum Tier subscription
  • Platinum
  • # Legacy Silver Tier subscription
  • LegacySilver@deprecated( reason: "Legacy Silver subscriptions are not available for new users." )
  • # Legacy Gold Tier subscription
  • LegacyGold@deprecated( reason: "Legacy Gold subscriptions are not available for new users." )
  • # Legacy Platinum Tier subscription
  • LegacyPlatinum@deprecated( reason: "Legacy Platinum subscriptions are not available for new users." )
  • # Alchemical Society Tier subscription
  • AlchemicalSociety
  • }

link Require by

This element is not required by anyone