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