OBJECT

SystemInfo

link GraphQL Schema definition

  • type SystemInfo {
  • # Current time of the system
  • time: Time!
  • # Location of the mentioned time
  • location: String!
  • # System's status
  • status: StatusType!
  • # Site information
  • site: Site!
  • # Version information
  • version: Version!
  • # Installation time
  • install: Time!
  • # The registered activation code pending to be used for license activation
  • pendingLicenseActivationCode: String
  • # The license information
  • license: LicenseInfo!
  • }