Skip to main content

QueryContactsWhereWhereConditions

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

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

Fields

QueryContactsWhereWhereConditions.column ● ContactsWhereColumns enum

The column that is used for the condition.

QueryContactsWhereWhereConditions.operator ● SQLOperator enum

The operator that is used for the condition.

QueryContactsWhereWhereConditions.value ● Mixed scalar

The value that is used for the condition.

QueryContactsWhereWhereConditions.AND ● [QueryContactsWhereWhereConditions!] list input

A set of conditions that requires all conditions to match.

QueryContactsWhereWhereConditions.OR ● [QueryContactsWhereWhereConditions!] list input

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

QueryContactsWhereWhereConditions.HAS ● QueryContactsWhereWhereConditionsRelation input

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

Member Of

contacts query ● QueryContactsWhereWhereConditions input ● QueryContactsWhereWhereConditionsRelation input