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