Skip to main content

QuoteTasksWhereWhereConditions

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

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

Fields

QuoteTasksWhereWhereConditions.column ● TasksWhereColumns enum

The column that is used for the condition.

QuoteTasksWhereWhereConditions.operator ● SQLOperator enum

The operator that is used for the condition.

QuoteTasksWhereWhereConditions.value ● Mixed scalar

The value that is used for the condition.

QuoteTasksWhereWhereConditions.AND ● [QuoteTasksWhereWhereConditions!] list input

A set of conditions that requires all conditions to match.

QuoteTasksWhereWhereConditions.OR ● [QuoteTasksWhereWhereConditions!] list input

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

QuoteTasksWhereWhereConditions.HAS ● QuoteTasksWhereWhereConditionsRelation input

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

Member Of

QuoteTasksWhereWhereConditions input ● QuoteTasksWhereWhereConditionsRelation input