Skip to main content

CreateInformationTemplateInput

No description

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

Fields

CreateInformationTemplateInput.abbreviation ● String! non-null scalar

Abbreviation, which is shown in the shift plan overview

CreateInformationTemplateInput.backgroundColor ● String! non-null scalar

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

CreateInformationTemplateInput.description ● String! non-null scalar

Description of the shift

CreateInformationTemplateInput.endTime ● Time! non-null scalar

Ending time of the shift

CreateInformationTemplateInput.fontColor ● String! non-null scalar

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

CreateInformationTemplateInput.residentialParkId ● ResidentialParkID! non-null scalar

Residential park, for which the template is valid

CreateInformationTemplateInput.startTime ● Time! non-null scalar

Starting time of the shift

Member Of

createInformationTemplate mutation