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