Skip to main content

SpecificationLettersWhereWhereConditions

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

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

Fields

SpecificationLettersWhereWhereConditions.column ● LettersWhereColumns enum

The column that is used for the condition.

SpecificationLettersWhereWhereConditions.operator ● SQLOperator enum

The operator that is used for the condition.

SpecificationLettersWhereWhereConditions.value ● Mixed scalar

The value that is used for the condition.

SpecificationLettersWhereWhereConditions.AND ● [SpecificationLettersWhereWhereConditions!] list input

A set of conditions that requires all conditions to match.

SpecificationLettersWhereWhereConditions.OR ● [SpecificationLettersWhereWhereConditions!] list input

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

SpecificationLettersWhereWhereConditions.HAS ● SpecificationLettersWhereWhereConditionsRelation input

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

Member Of

SpecificationLettersWhereWhereConditions input ● SpecificationLettersWhereWhereConditionsRelation input