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