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