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