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