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