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