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