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
  • start_date: [DateTimeExpression]
  • # Filter allocations that end on this date
  • end_date: [DateTimeExpression]
  • # Unique order ID.
  • not_order_id: Int
  • }