Skip to main content

PropertyManagersWhereWhereConditions

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

input PropertyManagersWhereWhereConditions {
column: UsersWhereColumns
operator: SQLOperator
value: Mixed
AND: [PropertyManagersWhereWhereConditions!]
OR: [PropertyManagersWhereWhereConditions!]
HAS: PropertyManagersWhereWhereConditionsRelation
}

Fields

PropertyManagersWhereWhereConditions.column ● UsersWhereColumns enum

The column that is used for the condition.

PropertyManagersWhereWhereConditions.operator ● SQLOperator enum

The operator that is used for the condition.

PropertyManagersWhereWhereConditions.value ● Mixed scalar

The value that is used for the condition.

PropertyManagersWhereWhereConditions.AND ● [PropertyManagersWhereWhereConditions!] list input

A set of conditions that requires all conditions to match.

PropertyManagersWhereWhereConditions.OR ● [PropertyManagersWhereWhereConditions!] list input

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

PropertyManagersWhereWhereConditions.HAS ● PropertyManagersWhereWhereConditionsRelation input

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

Member Of

PropertyManagersWhereWhereConditions input ● PropertyManagersWhereWhereConditionsRelation input