TourShiftElement
A shift element regarding a given tour
type TourShiftElement implements ShiftElement {
assignee: Employee
backgroundColor: String!
description: String
fontColor: String!
id: ShiftElementID!
label: String!
notes: String
tour: TargetTour!
}
Fields
TourShiftElement.assignee ● Employee object
The employee this element is assigned to. (Optional) Not available on unassigned tour shifts.
TourShiftElement.backgroundColor ● String! non-null scalar
Background color when visualizing the element in the shift plan (as a hexadecimal number)
TourShiftElement.description ● String scalar
Additional short description of the shift
TourShiftElement.fontColor ● String! non-null scalar
Font color when visualizing the element in the shift plan (as a hexadecimal number)
TourShiftElement.id ● ShiftElementID! non-null scalar
Unique identifier
TourShiftElement.label ● String! non-null scalar
Short label for the shift
TourShiftElement.notes ● String scalar
Notes regarding the shift, up to 500 characters
TourShiftElement.tour ● TargetTour! non-null object
The active tour connected to the shift
Interfaces
ShiftElement interface
A single element as a part of the employee's shift
Member Of
UnassignedShiftEntry object