Skip to main content

ActLettersWhereWhereConditions

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

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

Fields

ActLettersWhereWhereConditions.column ● LettersWhereColumns enum

The column that is used for the condition.

ActLettersWhereWhereConditions.operator ● SQLOperator enum

The operator that is used for the condition.

ActLettersWhereWhereConditions.value ● Mixed scalar

The value that is used for the condition.

ActLettersWhereWhereConditions.AND ● [ActLettersWhereWhereConditions!] list input

A set of conditions that requires all conditions to match.

ActLettersWhereWhereConditions.OR ● [ActLettersWhereWhereConditions!] list input

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

ActLettersWhereWhereConditions.HAS ● ActLettersWhereWhereConditionsRelation input

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

Member Of

ActLettersWhereWhereConditions input ● ActLettersWhereWhereConditionsRelation input