ShiftPlanTemplate
A template used in the shift plan for the creation of shift elements
interface ShiftPlanTemplate {
abbreviation: String!
backgroundColor: String!
endTime: Time!
fontColor: String!
id: ShiftPlanTemplateID!
maxWorkTime: Int!
startTime: Time!
}
Fields
ShiftPlanTemplate.abbreviation ● String! non-null scalar
Abbreviation, which is shown in the shift plan overview
ShiftPlanTemplate.backgroundColor ● String! non-null scalar
Background color when visualizing the element in the shift plan (as a hexadecimal number)
ShiftPlanTemplate.endTime ● Time! non-null scalar
Ending time of the shift
ShiftPlanTemplate.fontColor ● String! non-null scalar
Font color when visualizing the element in the shift plan (as a hexadecimal number)
ShiftPlanTemplate.id ● ShiftPlanTemplateID! non-null scalar
Unique identifier
ShiftPlanTemplate.maxWorkTime ● Int! non-null scalar
The max total work time for a tour.
ShiftPlanTemplate.startTime ● Time! non-null scalar
Starting time of the shift
Implemented By
TourTemplate object