Skip to main content

QueryClientsHasFollowersWhereHasConditionsRelation

Dynamic HAS conditions for WHERE conditions for the hasFollowers argument of the query clients.

input QueryClientsHasFollowersWhereHasConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: QueryClientsHasFollowersWhereHasConditions
}

Fields

QueryClientsHasFollowersWhereHasConditionsRelation.relation ● String! non-null scalar

The relation that is checked.

QueryClientsHasFollowersWhereHasConditionsRelation.operator ● SQLOperator enum

The comparison operator to test against the amount.

QueryClientsHasFollowersWhereHasConditionsRelation.amount ● Int scalar

The amount to test.

QueryClientsHasFollowersWhereHasConditionsRelation.condition ● QueryClientsHasFollowersWhereHasConditions input

Additional condition logic.

Member Of

QueryClientsHasFollowersWhereHasConditions input