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