OBJECT
EmLicenseInfo
link GraphQL Schema definition
- type EmLicenseInfo {
- # The status of the license
- : LicenseStatus!
- # The details of the license when license is available
- : EmLicenseDetails
- }
OBJECT
- type EmLicenseInfo {
- # The status of the license
- : LicenseStatus!
- # The details of the license when license is available
- : EmLicenseDetails
- }