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