Skip to main content

TaskLettersWhereWhereConditions

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

input TaskLettersWhereWhereConditions {
column: LettersWhereColumns
operator: SQLOperator
value: Mixed
AND: [TaskLettersWhereWhereConditions!]
OR: [TaskLettersWhereWhereConditions!]
HAS: TaskLettersWhereWhereConditionsRelation
}

Fields

TaskLettersWhereWhereConditions.column ● LettersWhereColumns enum

The column that is used for the condition.

TaskLettersWhereWhereConditions.operator ● SQLOperator enum

The operator that is used for the condition.

TaskLettersWhereWhereConditions.value ● Mixed scalar

The value that is used for the condition.

TaskLettersWhereWhereConditions.AND ● [TaskLettersWhereWhereConditions!] list input

A set of conditions that requires all conditions to match.

TaskLettersWhereWhereConditions.OR ● [TaskLettersWhereWhereConditions!] list input

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

TaskLettersWhereWhereConditions.HAS ● TaskLettersWhereWhereConditionsRelation input

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

Member Of

TaskLettersWhereWhereConditions input ● TaskLettersWhereWhereConditionsRelation input