Skip to main content

QueryPeopleHasFollowersWhereHasConditions

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

input QueryPeopleHasFollowersWhereHasConditions {
column: QueryPeopleHasFollowersColumn
operator: SQLOperator
value: Mixed
AND: [QueryPeopleHasFollowersWhereHasConditions!]
OR: [QueryPeopleHasFollowersWhereHasConditions!]
HAS: QueryPeopleHasFollowersWhereHasConditionsRelation
}

Fields

QueryPeopleHasFollowersWhereHasConditions.column ● QueryPeopleHasFollowersColumn enum

The column that is used for the condition.

QueryPeopleHasFollowersWhereHasConditions.operator ● SQLOperator enum

The operator that is used for the condition.

QueryPeopleHasFollowersWhereHasConditions.value ● Mixed scalar

The value that is used for the condition.

QueryPeopleHasFollowersWhereHasConditions.AND ● [QueryPeopleHasFollowersWhereHasConditions!] list input

A set of conditions that requires all conditions to match.

QueryPeopleHasFollowersWhereHasConditions.OR ● [QueryPeopleHasFollowersWhereHasConditions!] list input

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

QueryPeopleHasFollowersWhereHasConditions.HAS ● QueryPeopleHasFollowersWhereHasConditionsRelation input

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

Member Of

people query ● QueryPeopleHasFollowersWhereHasConditions input ● QueryPeopleHasFollowersWhereHasConditionsRelation input