Skip to main content

QueryStructuresHasPropertyWhereHasConditions

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

input QueryStructuresHasPropertyWhereHasConditions {
column: QueryStructuresHasPropertyColumn
operator: SQLOperator
value: Mixed
AND: [QueryStructuresHasPropertyWhereHasConditions!]
OR: [QueryStructuresHasPropertyWhereHasConditions!]
HAS: QueryStructuresHasPropertyWhereHasConditionsRelation
}

Fields

QueryStructuresHasPropertyWhereHasConditions.column ● QueryStructuresHasPropertyColumn enum

The column that is used for the condition.

QueryStructuresHasPropertyWhereHasConditions.operator ● SQLOperator enum

The operator that is used for the condition.

QueryStructuresHasPropertyWhereHasConditions.value ● Mixed scalar

The value that is used for the condition.

QueryStructuresHasPropertyWhereHasConditions.AND ● [QueryStructuresHasPropertyWhereHasConditions!] list input

A set of conditions that requires all conditions to match.

QueryStructuresHasPropertyWhereHasConditions.OR ● [QueryStructuresHasPropertyWhereHasConditions!] list input

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

QueryStructuresHasPropertyWhereHasConditions.HAS ● QueryStructuresHasPropertyWhereHasConditionsRelation input

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

Member Of

QueryStructuresHasPropertyWhereHasConditions input ● QueryStructuresHasPropertyWhereHasConditionsRelation input ● structures query