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