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


