QueryOutflowingWorkflowNodeContactsWhereWhereConditionsRelation
Dynamic HAS conditions for WHERE conditions for the where argument of the query outflowingWorkflowNodeContacts.
input QueryOutflowingWorkflowNodeContactsWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: QueryOutflowingWorkflowNodeContactsWhereWhereConditionsHasCondition
}
Fields
QueryOutflowingWorkflowNodeContactsWhereWhereConditionsRelation.relation ● String! non-null scalar
The relation that is checked.
QueryOutflowingWorkflowNodeContactsWhereWhereConditionsRelation.operator ● SQLOperator enum
The comparison operator to test against the amount.
QueryOutflowingWorkflowNodeContactsWhereWhereConditionsRelation.amount ● Int scalar
The amount to test.
QueryOutflowingWorkflowNodeContactsWhereWhereConditionsRelation.condition ● QueryOutflowingWorkflowNodeContactsWhereWhereConditionsHasCondition input
Additional condition logic.
Member Of
QueryOutflowingWorkflowNodeContactsWhereWhereConditions input ● QueryOutflowingWorkflowNodeContactsWhereWhereConditionsHasCondition input


