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