INPUT_OBJECT
AssetHasOverlapAllocation
Criteria to match if asset has any allocations between dates provided.
link GraphQL Schema definition
- input AssetHasOverlapAllocation {
- # Filter allocations that start after this date
- DateTimeExpression] : [
- # Filter allocations that end on this date
- DateTimeExpression] : [
- # Unique order ID.
- Int :
- }