InvoiceTasksWhereWhereConditions
Dynamic WHERE conditions for the where
argument of the query tasks
.
input InvoiceTasksWhereWhereConditions {
column: TasksWhereColumns
operator: SQLOperator
value: Mixed
AND: [InvoiceTasksWhereWhereConditions!]
OR: [InvoiceTasksWhereWhereConditions!]
HAS: InvoiceTasksWhereWhereConditionsRelation
}
Fields
InvoiceTasksWhereWhereConditions.column
● TasksWhereColumns
enum
The column that is used for the condition.
InvoiceTasksWhereWhereConditions.operator
● SQLOperator
enum
The operator that is used for the condition.
InvoiceTasksWhereWhereConditions.value
● Mixed
scalar
The value that is used for the condition.
InvoiceTasksWhereWhereConditions.AND
● [InvoiceTasksWhereWhereConditions!]
list input
A set of conditions that requires all conditions to match.
InvoiceTasksWhereWhereConditions.OR
● [InvoiceTasksWhereWhereConditions!]
list input
A set of conditions that requires at least one condition to match.
InvoiceTasksWhereWhereConditions.HAS
● InvoiceTasksWhereWhereConditionsRelation
input
Check whether a relation exists. Extra conditions or a minimum amount can be applied.
Member Of
InvoiceTasksWhereWhereConditions
input ● InvoiceTasksWhereWhereConditionsRelation
input