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