Skip to main content

ActInvoicesWhereWhereConditions

Dynamic WHERE conditions for the where argument of the query invoices.

input ActInvoicesWhereWhereConditions {
column: InvoicesWhereColumns
operator: SQLOperator
value: Mixed
AND: [ActInvoicesWhereWhereConditions!]
OR: [ActInvoicesWhereWhereConditions!]
HAS: ActInvoicesWhereWhereConditionsRelation
}

Fields

ActInvoicesWhereWhereConditions.column ● InvoicesWhereColumns enum

The column that is used for the condition.

ActInvoicesWhereWhereConditions.operator ● SQLOperator enum

The operator that is used for the condition.

ActInvoicesWhereWhereConditions.value ● Mixed scalar

The value that is used for the condition.

ActInvoicesWhereWhereConditions.AND ● [ActInvoicesWhereWhereConditions!] list input

A set of conditions that requires all conditions to match.

ActInvoicesWhereWhereConditions.OR ● [ActInvoicesWhereWhereConditions!] list input

A set of conditions that requires at least one condition to match.

ActInvoicesWhereWhereConditions.HAS ● ActInvoicesWhereWhereConditionsRelation input

Check whether a relation exists. Extra conditions or a minimum amount can be applied.

Member Of

ActInvoicesWhereWhereConditions input ● ActInvoicesWhereWhereConditionsRelation input