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


