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


