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


