QueryContactsHasTagsWhereHasConditions
Dynamic WHERE conditions for the hasTags argument of the query contacts.
input QueryContactsHasTagsWhereHasConditions {
column: QueryContactsHasTagsColumn
operator: SQLOperator
value: Mixed
AND: [QueryContactsHasTagsWhereHasConditions!]
OR: [QueryContactsHasTagsWhereHasConditions!]
HAS: QueryContactsHasTagsWhereHasConditionsRelation
}
Fields
QueryContactsHasTagsWhereHasConditions.column ● QueryContactsHasTagsColumn enum
The column that is used for the condition.
QueryContactsHasTagsWhereHasConditions.operator ● SQLOperator enum
The operator that is used for the condition.
QueryContactsHasTagsWhereHasConditions.value ● Mixed scalar
The value that is used for the condition.
QueryContactsHasTagsWhereHasConditions.AND ● [QueryContactsHasTagsWhereHasConditions!] list input
A set of conditions that requires all conditions to match.
QueryContactsHasTagsWhereHasConditions.OR ● [QueryContactsHasTagsWhereHasConditions!] list input
A set of conditions that requires at least one condition to match.
QueryContactsHasTagsWhereHasConditions.HAS ● QueryContactsHasTagsWhereHasConditionsRelation input
Check whether a relation exists. Extra conditions or a minimum amount can be applied.
Member Of
contacts query ● QueryContactsHasTagsWhereHasConditions input ● QueryContactsHasTagsWhereHasConditionsRelation input