QueryMetersHasTagsWhereHasConditions
Dynamic WHERE conditions for the hasTags
argument of the query meters
.
input QueryMetersHasTagsWhereHasConditions {
column: QueryMetersHasTagsColumn
operator: SQLOperator
value: Mixed
AND: [QueryMetersHasTagsWhereHasConditions!]
OR: [QueryMetersHasTagsWhereHasConditions!]
HAS: QueryMetersHasTagsWhereHasConditionsRelation
}
Fields
QueryMetersHasTagsWhereHasConditions.column
● QueryMetersHasTagsColumn
enum
The column that is used for the condition.
QueryMetersHasTagsWhereHasConditions.operator
● SQLOperator
enum
The operator that is used for the condition.
QueryMetersHasTagsWhereHasConditions.value
● Mixed
scalar
The value that is used for the condition.
QueryMetersHasTagsWhereHasConditions.AND
● [QueryMetersHasTagsWhereHasConditions!]
list input
A set of conditions that requires all conditions to match.
QueryMetersHasTagsWhereHasConditions.OR
● [QueryMetersHasTagsWhereHasConditions!]
list input
A set of conditions that requires at least one condition to match.
QueryMetersHasTagsWhereHasConditions.HAS
● QueryMetersHasTagsWhereHasConditionsRelation
input
Check whether a relation exists. Extra conditions or a minimum amount can be applied.
Member Of
meters
query ● QueryMetersHasTagsWhereHasConditions
input ● QueryMetersHasTagsWhereHasConditionsRelation
input