UnassignedShiftEntry
All unassigned tours of a given day
type UnassignedShiftEntry {
day: Date!
id: ShiftID!
shiftElements: [TourShiftElement!]!
}
Fields
UnassignedShiftEntry.day ● Date! non-null scalar
The day of this shift entry.
UnassignedShiftEntry.id ● ShiftID! non-null scalar
ID of the shift entry
UnassignedShiftEntry.shiftElements ● [TourShiftElement!]! non-null object
All unassigned shifts of the given day.
Member Of
SavedShiftPlan object ● ShiftPlan interface ● ShiftPlanDraft object