FeatureAvailability

open_in_new

Policy for whether or not a feature should be enabled.

GraphQL Schema definition

  • enum FeatureAvailability {
  • # Feature is not allowed, ever
  • blocked
  • # Self serve purchase is disabled, but if you've previously purchased you're still
  • # good
  • disabled
  • # Self serve purchase is enabled.
  • gated
  • # Free access regardless of purchase status.
  • unlocked
  • }

Require by

This element is not required by anyone