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