QueryActionSetsWhereWhereConditionsHasCondition
Dynamic WHERE HAS conditions for the where argument of the query actionSets.
input QueryActionSetsWhereWhereConditionsHasCondition {
column: String
operator: SQLOperator
value: Mixed
AND: [QueryActionSetsWhereWhereConditionsHasCondition!]
OR: [QueryActionSetsWhereWhereConditionsHasCondition!]
HAS: QueryActionSetsWhereWhereConditionsRelation
}
Fields
QueryActionSetsWhereWhereConditionsHasCondition.column ● String scalar
The column that is used for the condition.
QueryActionSetsWhereWhereConditionsHasCondition.operator ● SQLOperator enum
The operator that is used for the condition.
QueryActionSetsWhereWhereConditionsHasCondition.value ● Mixed scalar
The value that is used for the condition.
QueryActionSetsWhereWhereConditionsHasCondition.AND ● [QueryActionSetsWhereWhereConditionsHasCondition!] list input
A set of conditions that requires all conditions to match.
QueryActionSetsWhereWhereConditionsHasCondition.OR ● [QueryActionSetsWhereWhereConditionsHasCondition!] list input
A set of conditions that requires at least one condition to match.
QueryActionSetsWhereWhereConditionsHasCondition.HAS ● QueryActionSetsWhereWhereConditionsRelation input
Check whether a relation exists. Extra conditions or a minimum amount can be applied.
Member Of
QueryActionSetsWhereWhereConditionsHasCondition input ● QueryActionSetsWhereWhereConditionsRelation input


