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