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