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


