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