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


