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