Skip to main content

EasementLettersWhereWhereConditionsRelation

Dynamic HAS conditions for WHERE conditions for the where argument of the query letters.

input EasementLettersWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: EasementLettersWhereWhereConditions
}

Fields

EasementLettersWhereWhereConditionsRelation.relation ● String! non-null scalar

The relation that is checked.

EasementLettersWhereWhereConditionsRelation.operator ● SQLOperator enum

The comparison operator to test against the amount.

EasementLettersWhereWhereConditionsRelation.amount ● Int scalar

The amount to test.

EasementLettersWhereWhereConditionsRelation.condition ● EasementLettersWhereWhereConditions input

Additional condition logic.

Member Of

EasementLettersWhereWhereConditions input