INPUT_OBJECT
Asset_Exact
Exact match query arguments for Asset
link GraphQL Schema definition
- input Asset_Exact {
- # Select multiple Asset by ID.
- Int] : [
- # The machines's display name.
- String :
- # List of asset ids NOT to include
- Int]] : [[
- # Only show assets associated to these suppliers
- Int] : [
- # Only show assets with these tags
- Int]] : [[
- # `true` to show the active items, `false` otherwise. `null` to show both active &
- # deactivated items. Defaults to `true`.
- Boolean :
- # `true` to show the deleted items, `false` otherwise.
- Boolean :
- # Matches assets that have overlap allocations matching the given dates
- AssetHasOverlapAllocation :
- # Matches assets that have overlap allocations matching the given date time
- # ranges.
- HasAssetOverlapAllocationsBetweenDateTimeRange] : [
- # Matches assets that have no overlap allocations matching the given date time
- # ranges.
- HasAssetNoOverlapAllocationsBetweenDateTimeRange] : [
- # Matches any assets that have allocations matching the given criteria
- AssetHasAllocation :
- }