MeterLettersWhereWhereConditions
Dynamic WHERE conditions for the where
argument of the query letters
.
input MeterLettersWhereWhereConditions {
column: LettersWhereColumns
operator: SQLOperator
value: Mixed
AND: [MeterLettersWhereWhereConditions!]
OR: [MeterLettersWhereWhereConditions!]
HAS: MeterLettersWhereWhereConditionsRelation
}
Fields
MeterLettersWhereWhereConditions.column
● LettersWhereColumns
enum
The column that is used for the condition.
MeterLettersWhereWhereConditions.operator
● SQLOperator
enum
The operator that is used for the condition.
MeterLettersWhereWhereConditions.value
● Mixed
scalar
The value that is used for the condition.
MeterLettersWhereWhereConditions.AND
● [MeterLettersWhereWhereConditions!]
list input
A set of conditions that requires all conditions to match.
MeterLettersWhereWhereConditions.OR
● [MeterLettersWhereWhereConditions!]
list input
A set of conditions that requires at least one condition to match.
MeterLettersWhereWhereConditions.HAS
● MeterLettersWhereWhereConditionsRelation
input
Check whether a relation exists. Extra conditions or a minimum amount can be applied.
Member Of
MeterLettersWhereWhereConditions
input ● MeterLettersWhereWhereConditionsRelation
input