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


