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