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