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


