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


