INPUT_OBJECT
OrderTask_Exact
Exact match query arguments for OrderTask
link GraphQL Schema definition
- input OrderTask_Exact {
- # Select multiple OrderTask by ID.
- Int] : [
- # Only return order tasks that have the shift date
- DateExpression :
- # Composite key of order, task and shift index to link to ffa_order_task (old
- # table)
- LongInt :
- # Unique order ID.
- Int] : [
- # Unique task ID.
- Int] : [
- # Order type.
- OrderTypes] : [
- # Owner of the order that the order task is linked to
- Int] : [
- # Status of the order the order task is linked to
- OrderStatusTypes] : [
- # Status id of the order the order task is linked to
- Int] : [
- # Supplier of the order the order task is linked to
- Int] : [
- # tags of order the order task is linked to
- Int] : [
- # if true, return only orderTasks that are linked to active order
- Boolean :
- # Client of the order the order task is linked to
- Int] : [
- # Project of the order the order task is linked to
- Int] : [
- # 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
- Boolean :
- # True to get only orderTasks with an active project linked to it's Order
- Boolean :
- # Returns order tasks when date is between order start and end date.
- DateExpression :
- # Returns orderTasks that have order with a start_date less than or equal to given
- # date, useful for range intersection
- DateExpression :
- # Returns orderTasks that have order with end_date greater than or equal to given
- # date, useful for range intersection
- DateExpression :
- # 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
- OrderTasksOrdersUnfulfilledRange :
- }