Skip to main content

InvoiceFilesWhereWhereConditions

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

input InvoiceFilesWhereWhereConditions {
column: FilesWhereColumns
operator: SQLOperator
value: Mixed
AND: [InvoiceFilesWhereWhereConditions!]
OR: [InvoiceFilesWhereWhereConditions!]
HAS: InvoiceFilesWhereWhereConditionsRelation
}

Fields

InvoiceFilesWhereWhereConditions.column ● FilesWhereColumns enum

The column that is used for the condition.

InvoiceFilesWhereWhereConditions.operator ● SQLOperator enum

The operator that is used for the condition.

InvoiceFilesWhereWhereConditions.value ● Mixed scalar

The value that is used for the condition.

InvoiceFilesWhereWhereConditions.AND ● [InvoiceFilesWhereWhereConditions!] list input

A set of conditions that requires all conditions to match.

InvoiceFilesWhereWhereConditions.OR ● [InvoiceFilesWhereWhereConditions!] list input

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

InvoiceFilesWhereWhereConditions.HAS ● InvoiceFilesWhereWhereConditionsRelation input

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

Member Of

InvoiceFilesWhereWhereConditions input ● InvoiceFilesWhereWhereConditionsRelation input