Skip to main content

SpecificationInvoicesWhereWhereConditions

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

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

Fields

SpecificationInvoicesWhereWhereConditions.column ● InvoicesWhereColumns enum

The column that is used for the condition.

SpecificationInvoicesWhereWhereConditions.operator ● SQLOperator enum

The operator that is used for the condition.

SpecificationInvoicesWhereWhereConditions.value ● Mixed scalar

The value that is used for the condition.

SpecificationInvoicesWhereWhereConditions.AND ● [SpecificationInvoicesWhereWhereConditions!] list input

A set of conditions that requires all conditions to match.

SpecificationInvoicesWhereWhereConditions.OR ● [SpecificationInvoicesWhereWhereConditions!] list input

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

SpecificationInvoicesWhereWhereConditions.HAS ● SpecificationInvoicesWhereWhereConditionsRelation input

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

Member Of

SpecificationInvoicesWhereWhereConditions input ● SpecificationInvoicesWhereWhereConditionsRelation input