EditTourTemplateTimesInput
No description
input EditTourTemplateTimesInput {
endTime: Time!
maxWorkTime: Int!
startTime: Time!
templateId: ShiftPlanTemplateID!
}
Fields
EditTourTemplateTimesInput.endTime ● Time! non-null scalar
Ending time of the shift
EditTourTemplateTimesInput.maxWorkTime ● Int! non-null scalar
The total time value for the tour
EditTourTemplateTimesInput.startTime ● Time! non-null scalar
Starting time of the shift
EditTourTemplateTimesInput.templateId ● ShiftPlanTemplateID! non-null scalar
ID of the template to edin the times of
Member Of
editTourTemplateTimes mutation