Skip to main content

CreateShiftTemplateInput

No description

input CreateShiftTemplateInput {
abbreviation: String!
backgroundColor: String!
description: String!
endTime: Time!
fontColor: String!
residentialParkId: ResidentialParkID!
startTime: Time!
}

Fields

CreateShiftTemplateInput.abbreviation ● String! non-null scalar

Abbreviation, which is shown in the shift plan overview

CreateShiftTemplateInput.backgroundColor ● String! non-null scalar

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

CreateShiftTemplateInput.description ● String! non-null scalar

Description of the shift

CreateShiftTemplateInput.endTime ● Time! non-null scalar

Ending time of the shift

CreateShiftTemplateInput.fontColor ● String! non-null scalar

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

CreateShiftTemplateInput.residentialParkId ● ResidentialParkID! non-null scalar

Residential park, for which the template is valid

CreateShiftTemplateInput.startTime ● Time! non-null scalar

Starting time of the shift

Member Of

createShiftTemplate mutation