QueryClientsHasFollowersWhereHasConditions
Dynamic WHERE conditions for the hasFollowers
argument of the query clients
.
input QueryClientsHasFollowersWhereHasConditions {
column: QueryClientsHasFollowersColumn
operator: SQLOperator
value: Mixed
AND: [QueryClientsHasFollowersWhereHasConditions!]
OR: [QueryClientsHasFollowersWhereHasConditions!]
HAS: QueryClientsHasFollowersWhereHasConditionsRelation
}
Fields
QueryClientsHasFollowersWhereHasConditions.column
● QueryClientsHasFollowersColumn
enum
The column that is used for the condition.
QueryClientsHasFollowersWhereHasConditions.operator
● SQLOperator
enum
The operator that is used for the condition.
QueryClientsHasFollowersWhereHasConditions.value
● Mixed
scalar
The value that is used for the condition.
QueryClientsHasFollowersWhereHasConditions.AND
● [QueryClientsHasFollowersWhereHasConditions!]
list input
A set of conditions that requires all conditions to match.
QueryClientsHasFollowersWhereHasConditions.OR
● [QueryClientsHasFollowersWhereHasConditions!]
list input
A set of conditions that requires at least one condition to match.
QueryClientsHasFollowersWhereHasConditions.HAS
● QueryClientsHasFollowersWhereHasConditionsRelation
input
Check whether a relation exists. Extra conditions or a minimum amount can be applied.
Member Of
clients
query ● QueryClientsHasFollowersWhereHasConditions
input ● QueryClientsHasFollowersWhereHasConditionsRelation
input