Skip to main content

ShiftTemplate

Template corresponding to shift elements

type ShiftTemplate {
abbreviation: String!
backgroundColor: String!
description: String!
endTime: Time!
fontColor: String!
id: ShiftPlanTemplateID!
isActive: Boolean!
startTime: Time!
}

Fields

ShiftTemplate.abbreviation ● String! non-null scalar

Abbreviation, which is shown in the shift plan overview

ShiftTemplate.backgroundColor ● String! non-null scalar

Background color when visualizing the element in the shift plan (as a hexadecimal number)

ShiftTemplate.description ● String! non-null scalar

Description of the shift

ShiftTemplate.endTime ● Time! non-null scalar

Ending time of the shift

ShiftTemplate.fontColor ● String! non-null scalar

Font color when visualizing the element in the shift plan (as a hexadecimal number)

ShiftTemplate.id ● ShiftPlanTemplateID! non-null scalar

Unique identifier

ShiftTemplate.isActive ● Boolean! non-null scalar

Is the template activated and could it be used in the shift plan?

ShiftTemplate.startTime ● Time! non-null scalar

Starting time of the shift

Returned By

createShiftTemplate mutation ● shiftTemplates query