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