ENUM
OrderTask_WhereGroup_Fields
Where group options for OrderTask. Matches when any field in the array is met
link GraphQL Schema definition
- enum OrderTask_WhereGroup_Fields {
- # Only return order tasks that have the shift date
- # Composite key of order, task and shift index to link to ffa_order_task (old
- # table)
- # Unique order ID.
- # The description of an order.
- # Job number for an order.
- # Unique task ID.
- # Task name.
- # Order type.
- # Owner of the order that the order task is linked to
- # Status of the order the order task is linked to
- # Status id of the order the order task is linked to
- # Supplier of the order the order task is linked to
- # tags of order the order task is linked to
- # if true, return only orderTasks that are linked to active order
- # Client of the order the order task is linked to
- # Project of the order the order task is linked to
- # True to get only orderTasks with a project linked to it's Order, False to get
- # orderTasks with NO project linked to it's Order
- # True to get only orderTasks with an active project linked to it's Order
- # Returns order tasks when date is between order start and end date.
- # Returns orderTasks that have order with a start_date less than or equal to given
- # date, useful for range intersection
- # Returns orderTasks that have order with end_date greater than or equal to given
- # date, useful for range intersection
- # Filters order tasks that have orders with an unfulfilled task date in given
- # range. An unfulfilled task date that has allocated workers < qty OR if task
- # asset required - allocated assets < 1
- }