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