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