OBJECT

PairedMachine

link GraphQL Schema definition

  • type PairedMachine {
  • # Site information
  • site: Site!
  • # Version information
  • version: Version!
  • # The license information
  • license: LicenseInfo!
  • # Last synced time
  • lastSynced: Time!
  • # Sync status
  • status: SyncStatus!
  • }