INPUT_OBJECT

Timesheet_Fuzzy

Fuzzy match query arguments for Timesheet

link GraphQL Schema definition

  • input Timesheet_Fuzzy {
  • # Select multiple Timesheet fuzzily by its ID
  • id: Int
  • # The comments on a timesheet.
  • comments: String
  • # The job number.
  • job_number: String
  • # The user's name of the signature attached.
  • signature_name: String
  • # Filters to timesheets with the dockets that have number
  • docket_number: String
  • # Filters to timesheets with the asset ids
  • asset_external_id: String
  • # Filters to timesheets that have projects that contain external
  • project_external_id: String
  • # Filters to timesheets that have clients that contain external
  • client_external_id: String
  • # Filters to timesheets that have tasks that contain external
  • task_external_id: String
  • # Filters to timesheets that have orders that contain job_number
  • order_job_number: String
  • # Filters to timesheets that have users that contain employee
  • user_employee_id: String
  • # The client's short name.
  • client_name: String
  • # Unique order ID.
  • order_id: Int
  • # Order primary start location.
  • order_location: String
  • # Project name.
  • project_name: String
  • # Task name.
  • task_name: String
  • # Filters to users with this name
  • user_full_name: String
  • # First/Given name.
  • first_name: String
  • # Last/Surname.
  • last_name: String
  • # Timesheet submitted location.
  • location: String
  • # Filters to timesheets with the digital docket ids
  • digital_docket_id: Int
  • # weather of site diary the timesheet associated to
  • site_diary_weather: String
  • # Filters to timesheets with the site diary ids
  • site_diary_id: Int
  • }