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