OrganizationFeature
An organization-level feature flag.
type OrganizationFeature {
enabled: Boolean
slug: String
}
Fields
OrganizationFeature.enabled ● Boolean scalar common
Whether the feature is enabled.
OrganizationFeature.slug ● String scalar common
The feature flag slug.
Member Of
Organization object