INPUT_OBJECT
ProjectHasOrder
Get projects where an order matches ALL the given field filters
link GraphQL Schema definition
- input ProjectHasOrder {
- # order is active
- Boolean :
- # order hire type
- OrderTypes :
- # order status ids
- Int] : [
- # order with owner ids
- Int] : [
- # order with owner ids
- Int] : [
- # order with owner ids
- Int] : [
- # order that have the given task ids
- Int] : [
- # order that have a start_date less than or equal to given date, useful for range
- # intersection
- DateExpression :
- # order that have end_date greater than or equal to given date, useful for range
- # intersection
- DateExpression :
- # Filters any orders with an unfulfilled task date less than or equal to given
- # date. An unfulfilled task date that has allocated workers < qty OR if task asset
- # required - allocated assets < 1
- DateExpression :
- # Filters any orders with an unfulfilled task date greater than or equal to given
- # date. An unfulfilled task date that has allocated workers < qty OR if task asset
- # required - allocated assets < 1
- DateExpression :
- }