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