ENUM

FormResult_WhereGroup_Fields

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

link GraphQL Schema definition

  • enum FormResult_WhereGroup_Fields {
  • # The date the form result was created, GMT.
  • created_time
  • # The date the form result was modified, GMT.
  • modified_time
  • # The order resource this form is related to (i.e. was created from an
  • # allocation).
  • order_resource_id
  • # The order resource date this form is related to (i.e. was created from an
  • # allocation).
  • order_resource_date_id
  • # Whether a form result is currently in progress (not submitted)
  • in_progress
  • # The form's display name.
  • form_title
  • # Unique form ID.
  • form_id
  • # Whether a form can be shared amongst users to complete.
  • is_shareable
  • # Unique user ID.
  • created_by_id
  • # Unique user ID.
  • worker_id
  • # The unique client ID.
  • client_id
  • # Unique order ID.
  • order_id
  • # Unique project ID.
  • project_id
  • # Form results associated with a asset id
  • form_relationship_asset_id
  • # Form results contain an asset
  • asset_id
  • # Form results contain an asset that matches a tag
  • asset_tag_id
  • # Form results that a user collaborated on (created a form result version for)
  • collaborated_on_id
  • # Matches any form results with matching order task and date
  • order_task_date
  • # Form results created by users that have a user tag
  • user_tag_id
  • # Form results created by user that have a team tag
  • team_tag_id
  • # Unique supplier ID.
  • supplier_id
  • # Form results that belong to this timesheet
  • timesheet_id
  • }