QueryContractsHasFollowersWhereHasConditionsRelation
Dynamic HAS conditions for WHERE conditions for the hasFollowers
argument of the query contracts
.
input QueryContractsHasFollowersWhereHasConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: QueryContractsHasFollowersWhereHasConditions
}
Fields
QueryContractsHasFollowersWhereHasConditionsRelation.relation
● String!
non-null scalar
The relation that is checked.
QueryContractsHasFollowersWhereHasConditionsRelation.operator
● SQLOperator
enum
The comparison operator to test against the amount.
QueryContractsHasFollowersWhereHasConditionsRelation.amount
● Int
scalar
The amount to test.
QueryContractsHasFollowersWhereHasConditionsRelation.condition
● QueryContractsHasFollowersWhereHasConditions
input
Additional condition logic.