Skip to main content

PropertyCoordinationsWhereWhereConditions

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

input PropertyCoordinationsWhereWhereConditions {
column: CoordinationsWhereColumns
operator: SQLOperator
value: Mixed
AND: [PropertyCoordinationsWhereWhereConditions!]
OR: [PropertyCoordinationsWhereWhereConditions!]
HAS: PropertyCoordinationsWhereWhereConditionsRelation
}

Fields

PropertyCoordinationsWhereWhereConditions.column ● CoordinationsWhereColumns enum

The column that is used for the condition.

PropertyCoordinationsWhereWhereConditions.operator ● SQLOperator enum

The operator that is used for the condition.

PropertyCoordinationsWhereWhereConditions.value ● Mixed scalar

The value that is used for the condition.

PropertyCoordinationsWhereWhereConditions.AND ● [PropertyCoordinationsWhereWhereConditions!] list input

A set of conditions that requires all conditions to match.

PropertyCoordinationsWhereWhereConditions.OR ● [PropertyCoordinationsWhereWhereConditions!] list input

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

PropertyCoordinationsWhereWhereConditions.HAS ● PropertyCoordinationsWhereWhereConditionsRelation input

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

Member Of

PropertyCoordinationsWhereWhereConditions input ● PropertyCoordinationsWhereWhereConditionsRelation input