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


