Skip to main content

QueryLettersHasFollowersWhereHasConditions

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

input QueryLettersHasFollowersWhereHasConditions {
column: QueryLettersHasFollowersColumn
operator: SQLOperator
value: Mixed
AND: [QueryLettersHasFollowersWhereHasConditions!]
OR: [QueryLettersHasFollowersWhereHasConditions!]
HAS: QueryLettersHasFollowersWhereHasConditionsRelation
}

Fields

QueryLettersHasFollowersWhereHasConditions.column ● QueryLettersHasFollowersColumn enum

The column that is used for the condition.

QueryLettersHasFollowersWhereHasConditions.operator ● SQLOperator enum

The operator that is used for the condition.

QueryLettersHasFollowersWhereHasConditions.value ● Mixed scalar

The value that is used for the condition.

QueryLettersHasFollowersWhereHasConditions.AND ● [QueryLettersHasFollowersWhereHasConditions!] list input

A set of conditions that requires all conditions to match.

QueryLettersHasFollowersWhereHasConditions.OR ● [QueryLettersHasFollowersWhereHasConditions!] list input

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

QueryLettersHasFollowersWhereHasConditions.HAS ● QueryLettersHasFollowersWhereHasConditionsRelation input

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

Member Of

letters query ● QueryLettersHasFollowersWhereHasConditions input ● QueryLettersHasFollowersWhereHasConditionsRelation input