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