INPUT_OBJECT
Timesheet_Fuzzy
Fuzzy match query arguments for Timesheet
link GraphQL Schema definition
- input Timesheet_Fuzzy {
- # Select multiple Timesheet fuzzily by its ID
- Int :
- # The comments on a timesheet.
- String :
- # The job number.
- String :
- # The user's name of the signature attached.
- String :
- # Filters to timesheets with the dockets that have number
- String :
- # Filters to timesheets with the asset ids
- String :
- # Filters to timesheets that have projects that contain external
- String :
- # Filters to timesheets that have clients that contain external
- String :
- # Filters to timesheets that have tasks that contain external
- String :
- # Filters to timesheets that have orders that contain job_number
- String :
- # Filters to timesheets that have users that contain employee
- String :
- # The client's short name.
- String :
- # Unique order ID.
- Int :
- # Order primary start location.
- String :
- # Project name.
- String :
- # Task name.
- String :
- # Filters to users with this name
- String :
- # First/Given name.
- String :
- # Last/Surname.
- String :
- # Timesheet submitted location.
- String :
- # Filters to timesheets with the digital docket ids
- Int :
- # weather of site diary the timesheet associated to
- String :
- # Filters to timesheets with the site diary ids
- Int :
- }