Skip to main content

QueryProjectsHasFollowersWhereHasConditionsRelation

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

input QueryProjectsHasFollowersWhereHasConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: QueryProjectsHasFollowersWhereHasConditions
}

Fields

QueryProjectsHasFollowersWhereHasConditionsRelation.relation ● String! non-null scalar

The relation that is checked.

QueryProjectsHasFollowersWhereHasConditionsRelation.operator ● SQLOperator enum

The comparison operator to test against the amount.

QueryProjectsHasFollowersWhereHasConditionsRelation.amount ● Int scalar

The amount to test.

QueryProjectsHasFollowersWhereHasConditionsRelation.condition ● QueryProjectsHasFollowersWhereHasConditions input

Additional condition logic.

Member Of

QueryProjectsHasFollowersWhereHasConditions input