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