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