Skip to main content

PropertyRepresentativesWhereWhereConditions

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

input PropertyRepresentativesWhereWhereConditions {
column: PropertyRepresentativesWhereColumns
operator: SQLOperator
value: Mixed
AND: [PropertyRepresentativesWhereWhereConditions!]
OR: [PropertyRepresentativesWhereWhereConditions!]
HAS: PropertyRepresentativesWhereWhereConditionsRelation
}

Fields

PropertyRepresentativesWhereWhereConditions.column ● PropertyRepresentativesWhereColumns enum

The column that is used for the condition.

PropertyRepresentativesWhereWhereConditions.operator ● SQLOperator enum

The operator that is used for the condition.

PropertyRepresentativesWhereWhereConditions.value ● Mixed scalar

The value that is used for the condition.

PropertyRepresentativesWhereWhereConditions.AND ● [PropertyRepresentativesWhereWhereConditions!] list input

A set of conditions that requires all conditions to match.

PropertyRepresentativesWhereWhereConditions.OR ● [PropertyRepresentativesWhereWhereConditions!] list input

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

PropertyRepresentativesWhereWhereConditions.HAS ● PropertyRepresentativesWhereWhereConditionsRelation input

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

Member Of

PropertyRepresentativesWhereWhereConditions input ● PropertyRepresentativesWhereWhereConditionsRelation input