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