QueryPropertiesHasContactsWhereHasConditions
Dynamic WHERE conditions for the hasContacts
argument of the query properties
.
input QueryPropertiesHasContactsWhereHasConditions {
column: QueryPropertiesHasContactsColumn
operator: SQLOperator
value: Mixed
AND: [QueryPropertiesHasContactsWhereHasConditions!]
OR: [QueryPropertiesHasContactsWhereHasConditions!]
HAS: QueryPropertiesHasContactsWhereHasConditionsRelation
}
Fields
QueryPropertiesHasContactsWhereHasConditions.column
● QueryPropertiesHasContactsColumn
enum
The column that is used for the condition.
QueryPropertiesHasContactsWhereHasConditions.operator
● SQLOperator
enum
The operator that is used for the condition.
QueryPropertiesHasContactsWhereHasConditions.value
● Mixed
scalar
The value that is used for the condition.
QueryPropertiesHasContactsWhereHasConditions.AND
● [QueryPropertiesHasContactsWhereHasConditions!]
list input
A set of conditions that requires all conditions to match.
QueryPropertiesHasContactsWhereHasConditions.OR
● [QueryPropertiesHasContactsWhereHasConditions!]
list input
A set of conditions that requires at least one condition to match.
QueryPropertiesHasContactsWhereHasConditions.HAS
● QueryPropertiesHasContactsWhereHasConditionsRelation
input
Check whether a relation exists. Extra conditions or a minimum amount can be applied.
Member Of
properties
query ● QueryPropertiesHasContactsWhereHasConditions
input ● QueryPropertiesHasContactsWhereHasConditionsRelation
input