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