Skip to main content

QueryMetersHasPropertyWhereHasConditions

Dynamic WHERE conditions for the hasProperty argument of the query meters.

input QueryMetersHasPropertyWhereHasConditions {
column: QueryMetersHasPropertyColumn
operator: SQLOperator
value: Mixed
AND: [QueryMetersHasPropertyWhereHasConditions!]
OR: [QueryMetersHasPropertyWhereHasConditions!]
HAS: QueryMetersHasPropertyWhereHasConditionsRelation
}

Fields

QueryMetersHasPropertyWhereHasConditions.column ● QueryMetersHasPropertyColumn enum

The column that is used for the condition.

QueryMetersHasPropertyWhereHasConditions.operator ● SQLOperator enum

The operator that is used for the condition.

QueryMetersHasPropertyWhereHasConditions.value ● Mixed scalar

The value that is used for the condition.

QueryMetersHasPropertyWhereHasConditions.AND ● [QueryMetersHasPropertyWhereHasConditions!] list input

A set of conditions that requires all conditions to match.

QueryMetersHasPropertyWhereHasConditions.OR ● [QueryMetersHasPropertyWhereHasConditions!] list input

A set of conditions that requires at least one condition to match.

QueryMetersHasPropertyWhereHasConditions.HAS ● QueryMetersHasPropertyWhereHasConditionsRelation input

Check whether a relation exists. Extra conditions or a minimum amount can be applied.

Member Of

meters query ● QueryMetersHasPropertyWhereHasConditions input ● QueryMetersHasPropertyWhereHasConditionsRelation input