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