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