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


