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