QueryInvoicesHasPriceListWhereHasConditions
Dynamic WHERE conditions for the hasPriceList
argument of the query invoices
.
input QueryInvoicesHasPriceListWhereHasConditions {
column: QueryInvoicesHasPriceListColumn
operator: SQLOperator
value: Mixed
AND: [QueryInvoicesHasPriceListWhereHasConditions!]
OR: [QueryInvoicesHasPriceListWhereHasConditions!]
HAS: QueryInvoicesHasPriceListWhereHasConditionsRelation
}
Fields
QueryInvoicesHasPriceListWhereHasConditions.column
● QueryInvoicesHasPriceListColumn
enum
The column that is used for the condition.
QueryInvoicesHasPriceListWhereHasConditions.operator
● SQLOperator
enum
The operator that is used for the condition.
QueryInvoicesHasPriceListWhereHasConditions.value
● Mixed
scalar
The value that is used for the condition.
QueryInvoicesHasPriceListWhereHasConditions.AND
● [QueryInvoicesHasPriceListWhereHasConditions!]
list input
A set of conditions that requires all conditions to match.
QueryInvoicesHasPriceListWhereHasConditions.OR
● [QueryInvoicesHasPriceListWhereHasConditions!]
list input
A set of conditions that requires at least one condition to match.
QueryInvoicesHasPriceListWhereHasConditions.HAS
● QueryInvoicesHasPriceListWhereHasConditionsRelation
input
Check whether a relation exists. Extra conditions or a minimum amount can be applied.
Member Of
invoices
query ● QueryInvoicesHasPriceListWhereHasConditions
input ● QueryInvoicesHasPriceListWhereHasConditionsRelation
input