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