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