INPUT_OBJECT

DigitalDocket_Exact

Exact match query arguments for DigitalDocket

link GraphQL Schema definition

  • input DigitalDocket_Exact {
  • # Select multiple DigitalDocket by ID.
  • id: [Int]
  • # Unique user ID.
  • created_by_id: [Int]
  • # Unique user ID.
  • supervisor_id: [Int]
  • # 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: DateTime
  • # The time the digital docket was last updated.
  • # The maximum range allowed is 3 months between `from` and `to`
  • modified_time: DateTime
  • # The date for the workers on the docket
  • worked_date: DateTime
  • # Unique order ID.
  • order_id: [Int]
  • # The unique client ID.
  • client_id: [Int]
  • # Unique project ID.
  • project_id: [Int]
  • # The unique digital docket template ID.
  • docket_template_id: [Int]
  • # Digital dockets associated to this timesheet
  • timesheet_id: [Int]
  • # Filters to users attached to the docket
  • worker_id: [Int]
  • }