PropertyReadingsWhereWhereConditionsRelation
Dynamic HAS conditions for WHERE conditions for the where
argument of the query readings
.
input PropertyReadingsWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: PropertyReadingsWhereWhereConditions
}
Fields
PropertyReadingsWhereWhereConditionsRelation.relation
● String!
non-null scalar
The relation that is checked.
PropertyReadingsWhereWhereConditionsRelation.operator
● SQLOperator
enum
The comparison operator to test against the amount.
PropertyReadingsWhereWhereConditionsRelation.amount
● Int
scalar
The amount to test.
PropertyReadingsWhereWhereConditionsRelation.condition
● PropertyReadingsWhereWhereConditions
input
Additional condition logic.