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