GraphQL OBJECT

BackupMediumJob

One backup medium job related to the purchase item.

link Definition

  • type BackupMediumJob {
  • # The main referred product.
  • mainProduct: Product
  • # The time of the label.
  • labelTime: DateTime
  • # The time of the production.
  • productionTime: DateTime
  • # The status of the job.
  • status: BackupMediumJobStatus
  • }