INPUT_OBJECT
Timesheet_Exact
Exact match query arguments for Timesheet
link GraphQL Schema definition
- input Timesheet_Exact {
- # Select multiple Timesheet by ID.
- Int] : [
- # Whether timesheet has been approved.
- Boolean :
- # Whether timesheet has been locked.
- Boolean :
- # The status of the charge items on the timesheet.
- TimesheetItemStatus :
- # The status of the pay items on the timesheet.
- TimesheetItemStatus :
- # The date the timesheet is for.
- # The maximum range allowed is 3 months between `from` and `to`
- # Default:
- # - `from` = 3 months behind today.
- # - `to` = today.
- DateTimeExpression :
- # The unique activity ID.
- Int] : [
- # Filters to timesheets with the modified by the given user
- Int] : [
- # Filters to timesheets with the allowances
- Int] : [
- # Filters to timesheets with the docket ids
- Int] : [
- # Filters to timesheets with the asset ids
- Int] : [
- # Filters to timesheets with docket
- Boolean :
- # The unique client ID.
- Int] : [
- # Unique order ID.
- Int] : [
- # Unique project ID.
- Int] : [
- # Unique task ID.
- Int] : [
- # Unique user ID.
- Int] : [
- # List of tags that users have access to view
- Int] : [
- # List of order tags that match the order linked to timesheet
- Int] : [
- }