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