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