Skip to main content

PersonTasksWhereWhereConditions

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

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

Fields

PersonTasksWhereWhereConditions.column ● TasksWhereColumns enum

The column that is used for the condition.

PersonTasksWhereWhereConditions.operator ● SQLOperator enum

The operator that is used for the condition.

PersonTasksWhereWhereConditions.value ● Mixed scalar

The value that is used for the condition.

PersonTasksWhereWhereConditions.AND ● [PersonTasksWhereWhereConditions!] list input

A set of conditions that requires all conditions to match.

PersonTasksWhereWhereConditions.OR ● [PersonTasksWhereWhereConditions!] list input

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

PersonTasksWhereWhereConditions.HAS ● PersonTasksWhereWhereConditionsRelation input

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

Member Of

PersonTasksWhereWhereConditions input ● PersonTasksWhereWhereConditionsRelation input