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