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