Skip to main content

ContactTasksWhereWhereConditions

Dynamic WHERE conditions for the where argument of the query tasks.

input ContactTasksWhereWhereConditions {
column: TasksWhereColumns
operator: SQLOperator
value: Mixed
AND: [ContactTasksWhereWhereConditions!]
OR: [ContactTasksWhereWhereConditions!]
HAS: ContactTasksWhereWhereConditionsRelation
}

Fields

ContactTasksWhereWhereConditions.column ● TasksWhereColumns enum

The column that is used for the condition.

ContactTasksWhereWhereConditions.operator ● SQLOperator enum

The operator that is used for the condition.

ContactTasksWhereWhereConditions.value ● Mixed scalar

The value that is used for the condition.

ContactTasksWhereWhereConditions.AND ● [ContactTasksWhereWhereConditions!] list input

A set of conditions that requires all conditions to match.

ContactTasksWhereWhereConditions.OR ● [ContactTasksWhereWhereConditions!] list input

A set of conditions that requires at least one condition to match.

ContactTasksWhereWhereConditions.HAS ● ContactTasksWhereWhereConditionsRelation input

Check whether a relation exists. Extra conditions or a minimum amount can be applied.

Member Of

ContactTasksWhereWhereConditions input ● ContactTasksWhereWhereConditionsRelation input