Skip to main content

QueryPropertiesHasFollowersWhereHasConditions

Dynamic WHERE conditions for the hasFollowers argument of the query properties.

input QueryPropertiesHasFollowersWhereHasConditions {
column: QueryPropertiesHasFollowersColumn
operator: SQLOperator
value: Mixed
AND: [QueryPropertiesHasFollowersWhereHasConditions!]
OR: [QueryPropertiesHasFollowersWhereHasConditions!]
HAS: QueryPropertiesHasFollowersWhereHasConditionsRelation
}

Fields

QueryPropertiesHasFollowersWhereHasConditions.column ● QueryPropertiesHasFollowersColumn enum

The column that is used for the condition.

QueryPropertiesHasFollowersWhereHasConditions.operator ● SQLOperator enum

The operator that is used for the condition.

QueryPropertiesHasFollowersWhereHasConditions.value ● Mixed scalar

The value that is used for the condition.

QueryPropertiesHasFollowersWhereHasConditions.AND ● [QueryPropertiesHasFollowersWhereHasConditions!] list input

A set of conditions that requires all conditions to match.

QueryPropertiesHasFollowersWhereHasConditions.OR ● [QueryPropertiesHasFollowersWhereHasConditions!] list input

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

QueryPropertiesHasFollowersWhereHasConditions.HAS ● QueryPropertiesHasFollowersWhereHasConditionsRelation input

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

Member Of

properties query ● QueryPropertiesHasFollowersWhereHasConditions input ● QueryPropertiesHasFollowersWhereHasConditionsRelation input