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