Skip to main content

ProjectQuotesWhereWhereConditions

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

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

Fields

ProjectQuotesWhereWhereConditions.column ● QuotesWhereColumns enum

The column that is used for the condition.

ProjectQuotesWhereWhereConditions.operator ● SQLOperator enum

The operator that is used for the condition.

ProjectQuotesWhereWhereConditions.value ● Mixed scalar

The value that is used for the condition.

ProjectQuotesWhereWhereConditions.AND ● [ProjectQuotesWhereWhereConditions!] list input

A set of conditions that requires all conditions to match.

ProjectQuotesWhereWhereConditions.OR ● [ProjectQuotesWhereWhereConditions!] list input

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

ProjectQuotesWhereWhereConditions.HAS ● ProjectQuotesWhereWhereConditionsRelation input

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

Member Of

ProjectQuotesWhereWhereConditions input ● ProjectQuotesWhereWhereConditionsRelation input