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