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


