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