Skip to main content

TaskSpawnedTasksWhereWhereConditions

Dynamic WHERE conditions for the where argument of the query spawnedTasks.

input TaskSpawnedTasksWhereWhereConditions {
column: TasksWhereColumns
operator: SQLOperator
value: Mixed
AND: [TaskSpawnedTasksWhereWhereConditions!]
OR: [TaskSpawnedTasksWhereWhereConditions!]
HAS: TaskSpawnedTasksWhereWhereConditionsRelation
}

Fields

TaskSpawnedTasksWhereWhereConditions.column ● TasksWhereColumns enum

The column that is used for the condition.

TaskSpawnedTasksWhereWhereConditions.operator ● SQLOperator enum

The operator that is used for the condition.

TaskSpawnedTasksWhereWhereConditions.value ● Mixed scalar

The value that is used for the condition.

TaskSpawnedTasksWhereWhereConditions.AND ● [TaskSpawnedTasksWhereWhereConditions!] list input

A set of conditions that requires all conditions to match.

TaskSpawnedTasksWhereWhereConditions.OR ● [TaskSpawnedTasksWhereWhereConditions!] list input

A set of conditions that requires at least one condition to match.

TaskSpawnedTasksWhereWhereConditions.HAS ● TaskSpawnedTasksWhereWhereConditionsRelation input

Check whether a relation exists. Extra conditions or a minimum amount can be applied.

Member Of

TaskSpawnedTasksWhereWhereConditions input ● TaskSpawnedTasksWhereWhereConditionsRelation input