INPUT_OBJECT

CreateWorkScheduleInput

Input data for Work Schedule creation.

link GraphQL Schema definition

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

link Required by

This element is not required by anyone