OBJECT

EmLicenseInfo

link GraphQL Schema definition

  • type EmLicenseInfo {
  • # The status of the license
  • status: LicenseStatus!
  • # The details of the license when license is available
  • details: EmLicenseDetails
  • }