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


