INPUT_OBJECT

UpdateTimesheetEntryInput

Input data for timesheet entry update.

link GraphQL Schema definition

1input UpdateTimesheetEntryInput {
4
2# Start time in format: HH:mm:ss.
3startAt: String
7
5# End time in format: HH:mm:ss.
6endAt: String
10
8# Part of day as PartOfDay enum.
9partOfDay: PartOfDay
13
11# Optional note.
12note: String
16
14# Id of the project.
15projectId: ID
17}