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