ContactTotalBouncesWhereWhereConditionsRelation
Dynamic HAS conditions for WHERE conditions for the where argument of the query total_bounces.
input ContactTotalBouncesWhereWhereConditionsRelation {
amount: Int
condition: ContactTotalBouncesWhereWhereConditionsHasCondition
operator: SQLOperator
relation: String!
}
Fields
ContactTotalBouncesWhereWhereConditionsRelation.amount ● Int scalar
The amount to test.
ContactTotalBouncesWhereWhereConditionsRelation.condition ● ContactTotalBouncesWhereWhereConditionsHasCondition 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.
Member Of
ContactTotalBouncesWhereWhereConditions input ● ContactTotalBouncesWhereWhereConditionsHasCondition input


