UpdateTourTemplateInput
Input for the updateTourTemplate mutation
input UpdateTourTemplateInput {
abbreviation: String!
description: String!
endTime: Time!
maxWorkTime: Int!
standardForQualifications: [Qualification]
startTime: Time!
templateId: ShiftPlanTemplateID!
}
Fields
UpdateTourTemplateInput.abbreviation ● String! non-null scalar
Abbreviation for the current template
UpdateTourTemplateInput.description ● String! non-null scalar
Description for the current tour template
UpdateTourTemplateInput.endTime ● Time! non-null scalar
The end time of the tour shift
UpdateTourTemplateInput.maxWorkTime ● Int! non-null scalar
The max work time in minutes
UpdateTourTemplateInput.standardForQualifications ● [Qualification] list scalar
The current tour template should be the default one for the chosen qualifications (optional) If the array is empty then the template receives the default start and end time for the particular time block
UpdateTourTemplateInput.startTime ● Time! non-null scalar
The start time of the tour shift
UpdateTourTemplateInput.templateId ● ShiftPlanTemplateID! non-null scalar
The unique identifier of the tour template to be edited
Member Of
updateTourTemplate mutation