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