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