ENUM

ProductionFileAllowDistribution

Whether the production file is distributable

link GraphQL Schema definition

  • enum ProductionFileAllowDistribution {
  • # Not applicable
  • NOT_APPLICABLE
  • # Not distributable
  • NOT_DISTRIBUTABLE
  • # Distributable
  • DISTRIBUTABLE
  • }