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