Skip to main content

StructureQuotesWhereWhereConditions

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

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

Fields

StructureQuotesWhereWhereConditions.column ● QuotesWhereColumns enum

The column that is used for the condition.

StructureQuotesWhereWhereConditions.operator ● SQLOperator enum

The operator that is used for the condition.

StructureQuotesWhereWhereConditions.value ● Mixed scalar

The value that is used for the condition.

StructureQuotesWhereWhereConditions.AND ● [StructureQuotesWhereWhereConditions!] list input

A set of conditions that requires all conditions to match.

StructureQuotesWhereWhereConditions.OR ● [StructureQuotesWhereWhereConditions!] list input

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

StructureQuotesWhereWhereConditions.HAS ● StructureQuotesWhereWhereConditionsRelation input

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

Member Of

StructureQuotesWhereWhereConditions input ● StructureQuotesWhereWhereConditionsRelation input