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