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