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