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