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