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