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