Skip to main content

ContactContactsWhereWhereConditions

Dynamic WHERE conditions for the where argument of the query contacts.

input ContactContactsWhereWhereConditions {
column: ContactsWhereColumns
operator: SQLOperator
value: Mixed
AND: [ContactContactsWhereWhereConditions!]
OR: [ContactContactsWhereWhereConditions!]
HAS: ContactContactsWhereWhereConditionsRelation
}

Fields

ContactContactsWhereWhereConditions.column ● ContactsWhereColumns enum

The column that is used for the condition.

ContactContactsWhereWhereConditions.operator ● SQLOperator enum

The operator that is used for the condition.

ContactContactsWhereWhereConditions.value ● Mixed scalar

The value that is used for the condition.

ContactContactsWhereWhereConditions.AND ● [ContactContactsWhereWhereConditions!] list input

A set of conditions that requires all conditions to match.

ContactContactsWhereWhereConditions.OR ● [ContactContactsWhereWhereConditions!] list input

A set of conditions that requires at least one condition to match.

ContactContactsWhereWhereConditions.HAS ● ContactContactsWhereWhereConditionsRelation input

Check whether a relation exists. Extra conditions or a minimum amount can be applied.

Member Of

ContactContactsWhereWhereConditions input ● ContactContactsWhereWhereConditionsRelation input