Skip to main content

ActMetersWhereWhereConditionsRelation

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

input ActMetersWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: ActMetersWhereWhereConditions
}

Fields

ActMetersWhereWhereConditionsRelation.relation ● String! non-null scalar

The relation that is checked.

ActMetersWhereWhereConditionsRelation.operator ● SQLOperator enum

The comparison operator to test against the amount.

ActMetersWhereWhereConditionsRelation.amount ● Int scalar

The amount to test.

ActMetersWhereWhereConditionsRelation.condition ● ActMetersWhereWhereConditions input

Additional condition logic.

Member Of

ActMetersWhereWhereConditions input