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