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