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