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