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