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


