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