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