OBJECT
DigitalDocketWorker
The digital docket worker
link GraphQL Schema definition
- type DigitalDocketWorker {
- # The digital docket the worker are attached to.
- DigitalDocket :
- # The selected worker.
- User :
- # The shift start time.
- DateTimeExpression :
- # The shift end time.
- DateTimeExpression :
- # The task that the worker worked on.
- Task :
- # The asset that the worker operated.
- Asset :
- # The break_time.
- Int :
- # The total duration of the shift in HH:mm.
- String! :
- # The total duration of the shift in decimal form.
- Float! :
- }