ENUM
FeatureAvailability
Policy for whether or not a feature should be enabled.
link GraphQL Schema definition
- enum FeatureAvailability {
 - #   Feature is not allowed, ever
 - #   Self serve purchase is disabled, but if you've previously purchased you're still 
 - #   good
 - #   Self serve purchase is enabled.
 - #   Free access regardless of purchase status.
 - }