OBJECT

CompanyFeature

A feature that can be enabled for a given company.

link GraphQL Schema definition

1type CompanyFeature {
2
3# Unique identifier for this company feature.
4key: ID
5
6# Display name for this company feature.
7title: String
8
9# Status of this company feature.
10status: CompanyFeatureStatus
11
12}

link Required by