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