Skip to main content

StructureMetersWhereWhereConditions

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

input StructureMetersWhereWhereConditions {
column: MetersWhereColumns
operator: SQLOperator
value: Mixed
AND: [StructureMetersWhereWhereConditions!]
OR: [StructureMetersWhereWhereConditions!]
HAS: StructureMetersWhereWhereConditionsRelation
}

Fields

StructureMetersWhereWhereConditions.column ● MetersWhereColumns enum

The column that is used for the condition.

StructureMetersWhereWhereConditions.operator ● SQLOperator enum

The operator that is used for the condition.

StructureMetersWhereWhereConditions.value ● Mixed scalar

The value that is used for the condition.

StructureMetersWhereWhereConditions.AND ● [StructureMetersWhereWhereConditions!] list input

A set of conditions that requires all conditions to match.

StructureMetersWhereWhereConditions.OR ● [StructureMetersWhereWhereConditions!] list input

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

StructureMetersWhereWhereConditions.HAS ● StructureMetersWhereWhereConditionsRelation input

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

Member Of

StructureMetersWhereWhereConditions input ● StructureMetersWhereWhereConditionsRelation input