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