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