ENUM

DigitalDocket_WhereGroup_Fields

Where group options for DigitalDocket. Matches when any field in the array is met

link GraphQL Schema definition

  • enum DigitalDocket_WhereGroup_Fields {
  • # Unique digital docket ID.
  • id
  • # Unique user ID.
  • created_by_id
  • # Unique user ID.
  • supervisor_id
  • # The time the digital docket was created.
  • # The maximum range allowed is 3 months between `from` and `to`
  • # Default:
  • # - `from` = 3 months behind today.
  • # - `to` = today.
  • created_time
  • # The time the digital docket was last updated.
  • # The maximum range allowed is 3 months between `from` and `to`
  • modified_time
  • # The date for the workers on the docket
  • worked_date
  • # Unique order ID.
  • order_id
  • # The unique client ID.
  • client_id
  • # Unique project ID.
  • project_id
  • # The digital docket's display title (max 150 characters).
  • digital_docket_title
  • # The unique digital docket template ID.
  • docket_template_id
  • # Digital dockets associated to this timesheet
  • timesheet_id
  • # The shift start time.
  • start_datetime
  • # The shift end time.
  • end_datetime
  • # Filters to users attached to the docket
  • worker_id
  • }