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


