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