OBJECT

DigitalDocketWorker

The digital docket worker

link GraphQL Schema definition

  • type DigitalDocketWorker {
  • # The digital docket the worker are attached to.
  • digital_docket: DigitalDocket
  • # The selected worker.
  • user: User
  • # The shift start time.
  • start_datetime: DateTimeExpression
  • # The shift end time.
  • end_datetime: DateTimeExpression
  • # The task that the worker worked on.
  • task: Task
  • # The asset that the worker operated.
  • asset: Asset
  • # The break_time.
  • break_time: Int
  • # The total duration of the shift in HH:mm.
  • total_time: String!
  • # The total duration of the shift in decimal form.
  • total_time_decimal: Float!
  • }