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