Skip to main content

QuerySubmissionsHasFollowersWhereHasConditionsRelation

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

input QuerySubmissionsHasFollowersWhereHasConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: QuerySubmissionsHasFollowersWhereHasConditions
}

Fields

QuerySubmissionsHasFollowersWhereHasConditionsRelation.relation ● String! non-null scalar

The relation that is checked.

QuerySubmissionsHasFollowersWhereHasConditionsRelation.operator ● SQLOperator enum

The comparison operator to test against the amount.

QuerySubmissionsHasFollowersWhereHasConditionsRelation.amount ● Int scalar

The amount to test.

QuerySubmissionsHasFollowersWhereHasConditionsRelation.condition ● QuerySubmissionsHasFollowersWhereHasConditions input

Additional condition logic.

Member Of

QuerySubmissionsHasFollowersWhereHasConditions input