QueryPromotionCodePoolsWhereWhereConditionsRelation
Dynamic HAS conditions for WHERE conditions for the where
argument of the query promotionCodePools
.
input QueryPromotionCodePoolsWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: QueryPromotionCodePoolsWhereWhereConditions
}
Fields
QueryPromotionCodePoolsWhereWhereConditionsRelation.relation
● String!
non-null scalar
The relation that is checked.
QueryPromotionCodePoolsWhereWhereConditionsRelation.operator
● SQLOperator
enum
The comparison operator to test against the amount.
QueryPromotionCodePoolsWhereWhereConditionsRelation.amount
● Int
scalar
The amount to test.
QueryPromotionCodePoolsWhereWhereConditionsRelation.condition
● QueryPromotionCodePoolsWhereWhereConditions
input
Additional condition logic.