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