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


