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