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