INPUT_OBJECT

FormResult_Exact

Exact match query arguments for FormResult

link GraphQL Schema definition

  • input FormResult_Exact {
  • # Select multiple FormResult by ID.
  • id: [Int]
  • # The order resource this form is related to (i.e. was created from an
  • # allocation).
  • order_resource_id: [Int]
  • # The order resource date this form is related to (i.e. was created from an
  • # allocation).
  • order_resource_date_id: [Int]
  • # Whether a form result is currently in progress (not submitted)
  • in_progress: Boolean
  • # Unique form ID.
  • form_id: [Int]
  • # Whether a form can be shared amongst users to complete.
  • is_shareable: Boolean
  • # Unique user ID.
  • created_by_id: [Int]
  • # Unique user ID.
  • worker_id: [Int]
  • # The unique client ID.
  • client_id: [Int]
  • # Unique order ID.
  • order_id: [Int]
  • # Unique project ID.
  • project_id: [Int]
  • # Form results associated with a asset id
  • form_relationship_asset_id: [[Int]]
  • # Form results contain an asset
  • asset_id: [[Int]]
  • # Form results contain an asset that matches a tag
  • asset_tag_id: [[Int]]
  • # Form results that a user collaborated on (created a form result version for)
  • collaborated_on_id: [[Int]]
  • # Matches any form results with matching order task and date
  • order_task_date: UserHasOrderTaskDateForms
  • # Form results created by users that have a user tag
  • user_tag_id: [[Int]]
  • # Form results created by user that have a team tag
  • team_tag_id: [[Int]]
  • # Unique supplier ID.
  • supplier_id: [Int]
  • # Form results that belong to this timesheet
  • timesheet_id: [Int]
  • }