OBJECT
CompanyFeature
A feature that can be enabled for a given company.
link GraphQL Schema definition
1 type CompanyFeature { 2 3 # Unique identifier for this company feature. 4 ID : 5 6 # Display name for this company feature. 7 String : 8 9 # Status of this company feature. 10 CompanyFeatureStatus : 11 12 }