OBJECT

LicenseInfo

link GraphQL Schema definition

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