Skip to main content

QuerySpecificationsHasFollowersWhereHasConditionsRelation

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

input QuerySpecificationsHasFollowersWhereHasConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: QuerySpecificationsHasFollowersWhereHasConditions
}

Fields

QuerySpecificationsHasFollowersWhereHasConditionsRelation.relation ● String! non-null scalar

The relation that is checked.

QuerySpecificationsHasFollowersWhereHasConditionsRelation.operator ● SQLOperator enum

The comparison operator to test against the amount.

QuerySpecificationsHasFollowersWhereHasConditionsRelation.amount ● Int scalar

The amount to test.

QuerySpecificationsHasFollowersWhereHasConditionsRelation.condition ● QuerySpecificationsHasFollowersWhereHasConditions input

Additional condition logic.

Member Of

QuerySpecificationsHasFollowersWhereHasConditions input