Skip to main content

FeatureInfo

No description

type FeatureInfo {
featureId: ID!
featureName: String!
featureLabel: String!
description: String!
availableInEditions: [EditionInfo!]
}

Fields

FeatureInfo.featureId ● ID! non-null scalar

The unique ID of the feature.

FeatureInfo.featureName ● String! non-null scalar

The unique name of the feature.

FeatureInfo.featureLabel ● String! non-null scalar

The label of the feature.

FeatureInfo.description ● String! non-null scalar

A description of the feature.

FeatureInfo.availableInEditions ● [EditionInfo!] list object

All editions in which this feature is available by default

Member Of

EditionInfo object ● LicenseInfo object ● LicenseQuery object