Skip to main content

PropertyStructuresWhereWhereConditions

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

input PropertyStructuresWhereWhereConditions {
column: StructuresWhereColumns
operator: SQLOperator
value: Mixed
AND: [PropertyStructuresWhereWhereConditions!]
OR: [PropertyStructuresWhereWhereConditions!]
HAS: PropertyStructuresWhereWhereConditionsRelation
}

Fields

PropertyStructuresWhereWhereConditions.column ● StructuresWhereColumns enum

The column that is used for the condition.

PropertyStructuresWhereWhereConditions.operator ● SQLOperator enum

The operator that is used for the condition.

PropertyStructuresWhereWhereConditions.value ● Mixed scalar

The value that is used for the condition.

PropertyStructuresWhereWhereConditions.AND ● [PropertyStructuresWhereWhereConditions!] list input

A set of conditions that requires all conditions to match.

PropertyStructuresWhereWhereConditions.OR ● [PropertyStructuresWhereWhereConditions!] list input

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

PropertyStructuresWhereWhereConditions.HAS ● PropertyStructuresWhereWhereConditionsRelation input

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

Member Of

PropertyStructuresWhereWhereConditions input ● PropertyStructuresWhereWhereConditionsRelation input