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


