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: ContactTotalSendsWhereWhereConditions
}
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 ● ContactTotalSendsWhereWhereConditions input
Additional condition logic.


