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