UpdateShiftsCommentsInput
Input for updating a shift's comments
input UpdateShiftsCommentsInput {
notes: String!
shiftElementId: ShiftElementID!
}
Fields
UpdateShiftsCommentsInput.notes ● String! non-null scalar
New start date
UpdateShiftsCommentsInput.shiftElementId ● ShiftElementID! non-null scalar
Shift to be updated.
Member Of
updateShiftsComments mutation