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