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