ENUM
Timesheet_WhereGroup_Fields
Where group options for Timesheet. Matches when any field in the array is met
link GraphQL Schema definition
- enum Timesheet_WhereGroup_Fields {
- # The break time in minutes.
- # (DEPRECATED) The time the timesheet log starts.
- # (DEPRECATED) The time the timesheet log ends.
- # The comments on a timesheet.
- # Whether timesheet has been approved.
- # Whether timesheet has been locked.
- # The job number.
- # The status of the charge items on the timesheet.
- # The status of the pay items on the timesheet.
- # The user's name of the signature attached.
- # 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.
- # The date the timesheet was created.
- # The maximum range allowed is 3 months between `from` and `to`
- # The date the timesheet was created.
- # The maximum range allowed is 3 months between `from` and `to`
- # The date the timesheet was last modified.
- # The maximum range allowed is 3 months between `from` and `to`
- # The unique activity ID.
- # Filters to timesheets with the modified by the given user
- # Filters to timesheets with the allowances
- # Filters to timesheets with the docket ids
- # Filters to timesheets with the asset ids
- # Filters to timesheets with the dockets that have number
- # Filters to timesheets with the asset ids
- # Filters to timesheets that have projects that contain external
- # Filters to timesheets that have clients that contain external
- # Filters to timesheets that have tasks that contain external
- # Filters to timesheets that have orders that contain job_number
- # Filters to timesheets that have users that contain employee
- # Filters to timesheets with docket
- # The unique client ID.
- # The client's short name.
- # Unique order ID.
- # Order primary start location.
- # Unique project ID.
- # Project name.
- # Unique task ID.
- # Task name.
- # Unique user ID.
- # Filters to users with this name
- # List of tags that users have access to view
- # List of order tags that match the order linked to timesheet
- # First/Given name.
- # Last/Surname.
- # Timesheet submitted location.
- # Filters to timesheets with the digital docket ids
- # weather of site diary the timesheet associated to
- # Filters to timesheets with the site diary ids
- }