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