ENUM

Asset_WhereGroup_Fields

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

link GraphQL Schema definition

  • enum Asset_WhereGroup_Fields {
  • # Unique asset ID.
  • id
  • # The machines's display name.
  • name
  • # An ID used to link this asset to an external application.
  • external_id
  • # A long description of the machine.
  • description
  • # The asset's registration number.
  • registration_number
  • # List of asset ids NOT to include
  • not_asset_id
  • # Only show assets associated to these suppliers
  • supplier_ids
  • # Only show assets with these tags
  • tags_id
  • # `true` to show the active items, `false` otherwise. `null` to show both active &
  • # deactivated items. Defaults to `true`.
  • is_active
  • # `true` to show the deleted items, `false` otherwise.
  • is_deleted
  • # Matches assets that have overlap allocations matching the given dates
  • has_overlap_allocations
  • # Matches assets that have overlap allocations matching the given date time
  • # ranges.
  • has_asset_overlap_allocations_between_date_time_ranges
  • # Matches assets that have no overlap allocations matching the given date time
  • # ranges.
  • has_asset_no_overlap_allocations_between_date_time_ranges
  • # Matches any assets that have allocations matching the given criteria
  • has_allocations
  • }