INPUT_OBJECT

AttendanceStatementFilterInput

Filter for the list of attendance statements.

link GraphQL Schema definition

1input AttendanceStatementFilterInput {
4
2# Date range.
3date: DateRangeFilter!
7
5# Has tracked time in Project of given id.
6hasTrackedTimeInProject: IdEqualityFilter
10
8# Has tracked time not assigned to any project.
9hasUncategorizedTrackedTime: BooleanEqualityFilter
13
11# Allow inactive users.
12allowInactiveUsers: BooleanEqualityFilter
14}