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