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