OBJECT
EmSystemInfo
link GraphQL Schema definition
- type EmSystemInfo {
- # 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
- : EmLicenseInfo!
- }