AddFixedShiftInput
Input for the adding of a new fixed shift to the plan
input AddFixedShiftInput {
date: Date
employeeId: EmployeeID
shiftId: ShiftID
templateId: ShiftPlanTemplateID!
}
Fields
AddFixedShiftInput.date ● Date scalar
Date of the shift, if no shiftId is provided. Times are calculated automatically
AddFixedShiftInput.employeeId ● EmployeeID scalar
ID of the employee. Only when no shift ID is provided
AddFixedShiftInput.shiftId ● ShiftID scalar
Shift to add the element to. If none provided, a new shift is created.
AddFixedShiftInput.templateId ● ShiftPlanTemplateID! non-null scalar
ID of the template to create the element from
Member Of
addFixedShift mutation