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


