QueryLeadScoringThresholdsWhereWhereConditionsHasCondition
Dynamic WHERE HAS conditions for the where argument of the query leadScoringThresholds.
input QueryLeadScoringThresholdsWhereWhereConditionsHasCondition {
column: String
operator: SQLOperator
value: Mixed
AND: [QueryLeadScoringThresholdsWhereWhereConditionsHasCondition!]
OR: [QueryLeadScoringThresholdsWhereWhereConditionsHasCondition!]
HAS: QueryLeadScoringThresholdsWhereWhereConditionsRelation
}
Fields
QueryLeadScoringThresholdsWhereWhereConditionsHasCondition.column ● String scalar
The column that is used for the condition.
QueryLeadScoringThresholdsWhereWhereConditionsHasCondition.operator ● SQLOperator enum
The operator that is used for the condition.
QueryLeadScoringThresholdsWhereWhereConditionsHasCondition.value ● Mixed scalar
The value that is used for the condition.
QueryLeadScoringThresholdsWhereWhereConditionsHasCondition.AND ● [QueryLeadScoringThresholdsWhereWhereConditionsHasCondition!] list input
A set of conditions that requires all conditions to match.
QueryLeadScoringThresholdsWhereWhereConditionsHasCondition.OR ● [QueryLeadScoringThresholdsWhereWhereConditionsHasCondition!] list input
A set of conditions that requires at least one condition to match.
QueryLeadScoringThresholdsWhereWhereConditionsHasCondition.HAS ● QueryLeadScoringThresholdsWhereWhereConditionsRelation input
Check whether a relation exists. Extra conditions or a minimum amount can be applied.
Member Of
QueryLeadScoringThresholdsWhereWhereConditionsHasCondition input ● QueryLeadScoringThresholdsWhereWhereConditionsRelation input


