InformationTemplate
Template corresponding to information elements
type InformationTemplate {
abbreviation: String!
backgroundColor: String!
description: String!
endTime: Time!
fontColor: String!
id: ShiftPlanTemplateID!
isActive: Boolean!
startTime: Time!
}
Fields
InformationTemplate.abbreviation ● String! non-null scalar
Abbreviation, which is shown in the shift plan overview
InformationTemplate.backgroundColor ● String! non-null scalar
Background color when visualizing the element in the shift plan (as a hexadecimal number)
InformationTemplate.description ● String! non-null scalar
Description of the shift
InformationTemplate.endTime ● Time! non-null scalar
Ending time of the shift
InformationTemplate.fontColor ● String! non-null scalar
Font color when visualizing the element in the shift plan (as a hexadecimal number)
InformationTemplate.id ● ShiftPlanTemplateID! non-null scalar
Unique identifier
InformationTemplate.isActive ● Boolean! non-null scalar
Is the template activated and could it be used in the shift plan?
InformationTemplate.startTime ● Time! non-null scalar
Starting time of the shift
Returned By
createInformationTemplate mutation ● informationTemplates query