ContactTotalBouncesWhereWhereConditionsRelation
Dynamic HAS conditions for WHERE conditions for the where argument of the query total_bounces.
input ContactTotalBouncesWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: ContactTotalBouncesWhereWhereConditions
}
Fields
ContactTotalBouncesWhereWhereConditionsRelation.relation ● String! non-null scalar
The relation that is checked.
ContactTotalBouncesWhereWhereConditionsRelation.operator ● SQLOperator enum
The comparison operator to test against the amount.
ContactTotalBouncesWhereWhereConditionsRelation.amount ● Int scalar
The amount to test.
ContactTotalBouncesWhereWhereConditionsRelation.condition ● ContactTotalBouncesWhereWhereConditions input
Additional condition logic.


