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