Skip to main content

ContractQuotesWhereWhereConditions

Dynamic WHERE conditions for the where argument of the query quotes.

input ContractQuotesWhereWhereConditions {
column: QuotesWhereColumns
operator: SQLOperator
value: Mixed
AND: [ContractQuotesWhereWhereConditions!]
OR: [ContractQuotesWhereWhereConditions!]
HAS: ContractQuotesWhereWhereConditionsRelation
}

Fields

ContractQuotesWhereWhereConditions.column ● QuotesWhereColumns enum

The column that is used for the condition.

ContractQuotesWhereWhereConditions.operator ● SQLOperator enum

The operator that is used for the condition.

ContractQuotesWhereWhereConditions.value ● Mixed scalar

The value that is used for the condition.

ContractQuotesWhereWhereConditions.AND ● [ContractQuotesWhereWhereConditions!] list input

A set of conditions that requires all conditions to match.

ContractQuotesWhereWhereConditions.OR ● [ContractQuotesWhereWhereConditions!] list input

A set of conditions that requires at least one condition to match.

ContractQuotesWhereWhereConditions.HAS ● ContractQuotesWhereWhereConditionsRelation input

Check whether a relation exists. Extra conditions or a minimum amount can be applied.

Member Of

ContractQuotesWhereWhereConditions input ● ContractQuotesWhereWhereConditionsRelation input