OBJECT

PairedIcp

link GraphQL Schema definition

  • type PairedIcp {
  • # Site information
  • site: Site!
  • # Pairing status
  • status: EmPairingStatus!
  • # Last data sync (collection) timestamp
  • dataSyncTs: Time
  • # Last status update timestamp
  • statusTs: Time!
  • # ICP version information
  • version: Version!
  • # ICP license information
  • license: LicenseInfo!
  • }