OBJECT
SystemInfo
link GraphQL Schema definition
- type SystemInfo {
- # Current time of the system
- Time! :
- # Location of the mentioned time
- String! :
- # System's status
- StatusType! :
- # Site information
- Site! :
- # Version information
- Version! :
- # Installation time
- Time! :
- # The registered activation code pending to be used for license activation
- String :
- # The license information
- LicenseInfo! :
- }