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


