Skip to main content

QuerySpecificationsHasFollowersWhereHasConditions

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

input QuerySpecificationsHasFollowersWhereHasConditions {
column: QuerySpecificationsHasFollowersColumn
operator: SQLOperator
value: Mixed
AND: [QuerySpecificationsHasFollowersWhereHasConditions!]
OR: [QuerySpecificationsHasFollowersWhereHasConditions!]
HAS: QuerySpecificationsHasFollowersWhereHasConditionsRelation
}

Fields

QuerySpecificationsHasFollowersWhereHasConditions.column ● QuerySpecificationsHasFollowersColumn enum

The column that is used for the condition.

QuerySpecificationsHasFollowersWhereHasConditions.operator ● SQLOperator enum

The operator that is used for the condition.

QuerySpecificationsHasFollowersWhereHasConditions.value ● Mixed scalar

The value that is used for the condition.

QuerySpecificationsHasFollowersWhereHasConditions.AND ● [QuerySpecificationsHasFollowersWhereHasConditions!] list input

A set of conditions that requires all conditions to match.

QuerySpecificationsHasFollowersWhereHasConditions.OR ● [QuerySpecificationsHasFollowersWhereHasConditions!] list input

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

QuerySpecificationsHasFollowersWhereHasConditions.HAS ● QuerySpecificationsHasFollowersWhereHasConditionsRelation input

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

Member Of

QuerySpecificationsHasFollowersWhereHasConditions input ● QuerySpecificationsHasFollowersWhereHasConditionsRelation input ● specifications query