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


