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