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