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