Skip to main content

PropertyOwnersWhereWhereConditions

Dynamic WHERE conditions for the where argument of the query owners.

input PropertyOwnersWhereWhereConditions {
column: PropertyContactsWhereColumns
operator: SQLOperator
value: Mixed
AND: [PropertyOwnersWhereWhereConditions!]
OR: [PropertyOwnersWhereWhereConditions!]
HAS: PropertyOwnersWhereWhereConditionsRelation
}

Fields

PropertyOwnersWhereWhereConditions.column ● PropertyContactsWhereColumns enum

The column that is used for the condition.

PropertyOwnersWhereWhereConditions.operator ● SQLOperator enum

The operator that is used for the condition.

PropertyOwnersWhereWhereConditions.value ● Mixed scalar

The value that is used for the condition.

PropertyOwnersWhereWhereConditions.AND ● [PropertyOwnersWhereWhereConditions!] list input

A set of conditions that requires all conditions to match.

PropertyOwnersWhereWhereConditions.OR ● [PropertyOwnersWhereWhereConditions!] list input

A set of conditions that requires at least one condition to match.

PropertyOwnersWhereWhereConditions.HAS ● PropertyOwnersWhereWhereConditionsRelation input

Check whether a relation exists. Extra conditions or a minimum amount can be applied.

Member Of

PropertyOwnersWhereWhereConditions input ● PropertyOwnersWhereWhereConditionsRelation input