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