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