Skip to main content

QueryOrdinancesHasFollowersWhereHasConditions

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

input QueryOrdinancesHasFollowersWhereHasConditions {
column: QueryOrdinancesHasFollowersColumn
operator: SQLOperator
value: Mixed
AND: [QueryOrdinancesHasFollowersWhereHasConditions!]
OR: [QueryOrdinancesHasFollowersWhereHasConditions!]
HAS: QueryOrdinancesHasFollowersWhereHasConditionsRelation
}

Fields

QueryOrdinancesHasFollowersWhereHasConditions.column ● QueryOrdinancesHasFollowersColumn enum

The column that is used for the condition.

QueryOrdinancesHasFollowersWhereHasConditions.operator ● SQLOperator enum

The operator that is used for the condition.

QueryOrdinancesHasFollowersWhereHasConditions.value ● Mixed scalar

The value that is used for the condition.

QueryOrdinancesHasFollowersWhereHasConditions.AND ● [QueryOrdinancesHasFollowersWhereHasConditions!] list input

A set of conditions that requires all conditions to match.

QueryOrdinancesHasFollowersWhereHasConditions.OR ● [QueryOrdinancesHasFollowersWhereHasConditions!] list input

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

QueryOrdinancesHasFollowersWhereHasConditions.HAS ● QueryOrdinancesHasFollowersWhereHasConditionsRelation input

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

Member Of

ordinances query ● QueryOrdinancesHasFollowersWhereHasConditions input ● QueryOrdinancesHasFollowersWhereHasConditionsRelation input