INPUT_OBJECT

HasAssetOverlapAllocationsBetweenDateTimeRange

Criteria to match if asset has any allocations between date time range provided.

link GraphQL Schema definition

  • input HasAssetOverlapAllocationsBetweenDateTimeRange {
  • # 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!
  • }