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.
- # The machines's display name.
- # An ID used to link this asset to an external application.
- # A long description of the machine.
- # The asset's registration number.
- # List of asset ids NOT to include
- # Only show assets associated to these suppliers
- # Only show assets with these tags
- # `true` to show the active items, `false` otherwise. `null` to show both active &
- # deactivated items. Defaults to `true`.
- # `true` to show the deleted items, `false` otherwise.
- # Matches assets that have overlap allocations matching the given dates
- # Matches assets that have overlap allocations matching the given date time
- # ranges.
- # Matches assets that have no overlap allocations matching the given date time
- # ranges.
- # Matches any assets that have allocations matching the given criteria
- }