Skip to main content

QueryCoordinationsHasFollowersWhereHasConditions

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

input QueryCoordinationsHasFollowersWhereHasConditions {
column: QueryCoordinationsHasFollowersColumn
operator: SQLOperator
value: Mixed
AND: [QueryCoordinationsHasFollowersWhereHasConditions!]
OR: [QueryCoordinationsHasFollowersWhereHasConditions!]
HAS: QueryCoordinationsHasFollowersWhereHasConditionsRelation
}

Fields

QueryCoordinationsHasFollowersWhereHasConditions.column ● QueryCoordinationsHasFollowersColumn enum

The column that is used for the condition.

QueryCoordinationsHasFollowersWhereHasConditions.operator ● SQLOperator enum

The operator that is used for the condition.

QueryCoordinationsHasFollowersWhereHasConditions.value ● Mixed scalar

The value that is used for the condition.

QueryCoordinationsHasFollowersWhereHasConditions.AND ● [QueryCoordinationsHasFollowersWhereHasConditions!] list input

A set of conditions that requires all conditions to match.

QueryCoordinationsHasFollowersWhereHasConditions.OR ● [QueryCoordinationsHasFollowersWhereHasConditions!] list input

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

QueryCoordinationsHasFollowersWhereHasConditions.HAS ● QueryCoordinationsHasFollowersWhereHasConditionsRelation input

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

Member Of

coordinations query ● QueryCoordinationsHasFollowersWhereHasConditions input ● QueryCoordinationsHasFollowersWhereHasConditionsRelation input