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