MeterActsWhereWhereConditionsRelation
Dynamic HAS conditions for WHERE conditions for the where argument of the query acts.
input MeterActsWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: MeterActsWhereWhereConditions
}
Fields
MeterActsWhereWhereConditionsRelation.relation ● String! non-null scalar
The relation that is checked.
MeterActsWhereWhereConditionsRelation.operator ● SQLOperator enum
The comparison operator to test against the amount.
MeterActsWhereWhereConditionsRelation.amount ● Int scalar
The amount to test.
MeterActsWhereWhereConditionsRelation.condition ● MeterActsWhereWhereConditions input
Additional condition logic.