MyDayOverview
Overview of the employee's planned day including tours, shifts, information elements and absence.
type MyDayOverview {
absence: AbsenceShiftElement
informationElements: [TaskShiftElement!]!
plannedShifts: [ShiftEntry!]!
plannedTours: [ActiveTour!]!
}
Fields
MyDayOverview.absence ● AbsenceShiftElement object
Full-day planned absence for the employee today, if present.
MyDayOverview.informationElements ● [TaskShiftElement!]! non-null object
Information elements (tasks) from the shift plan for today.
MyDayOverview.plannedShifts ● [ShiftEntry!]! non-null object
Planned shifts for the employee today from the shift plan.
MyDayOverview.plannedTours ● [ActiveTour!]! non-null object
Planned tours assigned to the employee for today.
Member Of
MyDayDashboard object