Skip to main content

LicenseInfo

there is much much more we can add to the license. We can add that when we need it here to LicenseInfo

type LicenseInfo {
licenseId: Int!
edition: EditionInfo!
features: [FeatureInfo!]
}

Fields

LicenseInfo.licenseId ● Int! non-null scalar

The unique ID of the license, as we can see it in license manager (its not the database PK of the license!)

LicenseInfo.edition ● EditionInfo! non-null object

The edition of the current license

LicenseInfo.features ● [FeatureInfo!] list object

All the features available in the current license

Member Of

LicenseQuery object