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