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