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