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