INPUT_OBJECT
HasAssetNoOverlapAllocationsBetweenDateTimeRange
Criteria to match if asset has any no allocations between date time range provided.
link GraphQL Schema definition
- input HasAssetNoOverlapAllocationsBetweenDateTimeRange {
- # Filter allocation end date time is greater than this date time
- DateTimeExpression! :
- # Filter allocation start date time is less than this date time
- DateTimeExpression! :
- }