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