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


