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