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