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