Skip to main content

QueryClientsWhereWhereConditions

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

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

Fields

QueryClientsWhereWhereConditions.column ● ContactsWhereColumns enum

The column that is used for the condition.

QueryClientsWhereWhereConditions.operator ● SQLOperator enum

The operator that is used for the condition.

QueryClientsWhereWhereConditions.value ● Mixed scalar

The value that is used for the condition.

QueryClientsWhereWhereConditions.AND ● [QueryClientsWhereWhereConditions!] list input

A set of conditions that requires all conditions to match.

QueryClientsWhereWhereConditions.OR ● [QueryClientsWhereWhereConditions!] list input

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

QueryClientsWhereWhereConditions.HAS ● QueryClientsWhereWhereConditionsRelation input

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

Member Of

clients query ● QueryClientsWhereWhereConditions input ● QueryClientsWhereWhereConditionsRelation input