INPUT_OBJECT

UpdateWorkScheduleInput

Input data for Work Schedule update.

link GraphQL Schema definition

1input UpdateWorkScheduleInput {
4
2# Name.
3name: String
7
5# Work hours.
6workHours: [WorkHoursInput]
10
8# Work days.
9workDays: [PartOfDay]
13
11# Timesheet edit limit in days.
12timesheetEditLimit: Int
16
14# Is prefill enabled.
15isPrefillEnabled: Boolean
19
17# Meal voucher expected time.
18mealVoucherExpectedTime: Int
22
20# Is overtime tracking enabled.
21isOvertimeTrackingEnabled: Boolean
25
23# Overtime calculation frequency.
24overtimeCalculationFrequency: OvertimeCalculationFrequencyType
28
26# Is timesheet validation enabled
27isTimesheetValidationEnabled: Boolean
29}

link Required by

This element is not required by anyone