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