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


