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