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