ENUM
TimesheetEntryType
Timesheet entry type.
link GraphQL Schema definition
1 enum TimesheetEntryType { 2 3 # Entry created manually by setting start and end. 4 5 6 # Entry created for holidays. 7 8 9 # Entry created for time offs. 10 11 12 # Break entry. 13 14 15 # Automatic break entry. 16 17 18 # Entry created by using tracker. 19 20 21 # Entry created by the pre-fill process. 22 23 24 # Entry created by clock in station. 25 26 }