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.