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