Skip to main content

MeterReadingsWhereWhereConditionsRelation

Dynamic HAS conditions for WHERE conditions for the where argument of the query readings.

input MeterReadingsWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: MeterReadingsWhereWhereConditions
}

Fields

MeterReadingsWhereWhereConditionsRelation.relation ● String! non-null scalar

The relation that is checked.

MeterReadingsWhereWhereConditionsRelation.operator ● SQLOperator enum

The comparison operator to test against the amount.

MeterReadingsWhereWhereConditionsRelation.amount ● Int scalar

The amount to test.

MeterReadingsWhereWhereConditionsRelation.condition ● MeterReadingsWhereWhereConditions input

Additional condition logic.

Member Of

MeterReadingsWhereWhereConditions input