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