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