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


