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