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