ContactTotalOptOutsWhereWhereConditions
Dynamic WHERE conditions for the where argument of the query total_opt_outs.
input ContactTotalOptOutsWhereWhereConditions {
column: ContactTotalOptOutsSearchByColumns
operator: SQLOperator
value: Mixed
AND: [ContactTotalOptOutsWhereWhereConditions!]
OR: [ContactTotalOptOutsWhereWhereConditions!]
HAS: ContactTotalOptOutsWhereWhereConditionsRelation
}
Fields
ContactTotalOptOutsWhereWhereConditions.column ● ContactTotalOptOutsSearchByColumns enum
The column that is used for the condition.
ContactTotalOptOutsWhereWhereConditions.operator ● SQLOperator enum
The operator that is used for the condition.
ContactTotalOptOutsWhereWhereConditions.value ● Mixed scalar
The value that is used for the condition.
ContactTotalOptOutsWhereWhereConditions.AND ● [ContactTotalOptOutsWhereWhereConditions!] list input
A set of conditions that requires all conditions to match.
ContactTotalOptOutsWhereWhereConditions.OR ● [ContactTotalOptOutsWhereWhereConditions!] list input
A set of conditions that requires at least one condition to match.
ContactTotalOptOutsWhereWhereConditions.HAS ● ContactTotalOptOutsWhereWhereConditionsRelation input
Check whether a relation exists. Extra conditions or a minimum amount can be applied.
Member Of
ContactTotalOptOutsWhereWhereConditions input ● ContactTotalOptOutsWhereWhereConditionsRelation input


