PropertyQuotesWhereWhereConditions
Dynamic WHERE conditions for the where
argument of the query quotes
.
input PropertyQuotesWhereWhereConditions {
column: QuotesWhereColumns
operator: SQLOperator
value: Mixed
AND: [PropertyQuotesWhereWhereConditions!]
OR: [PropertyQuotesWhereWhereConditions!]
HAS: PropertyQuotesWhereWhereConditionsRelation
}
Fields
PropertyQuotesWhereWhereConditions.column
● QuotesWhereColumns
enum
The column that is used for the condition.
PropertyQuotesWhereWhereConditions.operator
● SQLOperator
enum
The operator that is used for the condition.
PropertyQuotesWhereWhereConditions.value
● Mixed
scalar
The value that is used for the condition.
PropertyQuotesWhereWhereConditions.AND
● [PropertyQuotesWhereWhereConditions!]
list input
A set of conditions that requires all conditions to match.
PropertyQuotesWhereWhereConditions.OR
● [PropertyQuotesWhereWhereConditions!]
list input
A set of conditions that requires at least one condition to match.
PropertyQuotesWhereWhereConditions.HAS
● PropertyQuotesWhereWhereConditionsRelation
input
Check whether a relation exists. Extra conditions or a minimum amount can be applied.
Member Of
PropertyQuotesWhereWhereConditions
input ● PropertyQuotesWhereWhereConditionsRelation
input