EditionInfo
No description
type EditionInfo {
edition: ID!
shortName: String!
longName: String!
description: String!
editionFeatures: [FeatureInfo!]
}
Fields
EditionInfo.edition ● ID! non-null scalar
The unique edition code.
EditionInfo.shortName ● String! non-null scalar
The short name of the edition.
EditionInfo.longName ● String! non-null scalar
The long name of the edition.
EditionInfo.description ● String! non-null scalar
A description of the edition.
EditionInfo.editionFeatures ● [FeatureInfo!] list object
All features available in this edition.
Member Of
FeatureInfo object ● LicenseInfo object ● LicenseQuery object