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