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