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


