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
  • start_datetime: DateTimeExpression!
  • # Filter allocation start date time is less than this date time
  • end_datetime: DateTimeExpression!
  • }