GraphQL SchemaObject
License
(EE only) Represents a License
Fields without arguments
| Name | Type | Description |
|---|---|---|
createdAt | Time! | Time when this License was created |
endDate | Time | The end date of the license |
id | LicenseID! | Global ID of this License |
licensee | JSON! | The licensee information |
namespace | Namespace! | (Cloud only) The namespace the license belongs to |
startDate | Time! | The start date of the license |
updatedAt | Time! | Time when this License was last updated |
userAbilities | LicenseUserAbilities! | Abilities for the current user on this License |