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


