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