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