CreateTourTemplateInput
Input for creating new custom tour templates for a residential park
input CreateTourTemplateInput {
abbreviation: String!
description: String!
endTime: Time!
maxWorkTime: Int!
residentialParkId: ResidentialParkID!
standardForQualifications: [Qualification]
startTime: Time!
timeBlock: TimeBlock!
}
Fields
CreateTourTemplateInput.abbreviation ● String! non-null scalar
Abbreviation for the current template
CreateTourTemplateInput.description ● String! non-null scalar
Description for the current tour template
CreateTourTemplateInput.endTime ● Time! non-null scalar
The end time of the tour shift
CreateTourTemplateInput.maxWorkTime ● Int! non-null scalar
The max work time in minutes
CreateTourTemplateInput.residentialParkId ● ResidentialParkID! non-null scalar
ID of the corresponding residential park
CreateTourTemplateInput.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
CreateTourTemplateInput.startTime ● Time! non-null scalar
The start time of the tour shift
CreateTourTemplateInput.timeBlock ● TimeBlock! non-null enum
The time block for the tour template (EARLY, LATE, NIGHT)
Member Of
createTourTemplate mutation