Skip to main content

ContactPeopleWhereWhereConditions

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

input ContactPeopleWhereWhereConditions {
column: PeopleWhereColumns
operator: SQLOperator
value: Mixed
AND: [ContactPeopleWhereWhereConditions!]
OR: [ContactPeopleWhereWhereConditions!]
HAS: ContactPeopleWhereWhereConditionsRelation
}

Fields

ContactPeopleWhereWhereConditions.column ● PeopleWhereColumns enum

The column that is used for the condition.

ContactPeopleWhereWhereConditions.operator ● SQLOperator enum

The operator that is used for the condition.

ContactPeopleWhereWhereConditions.value ● Mixed scalar

The value that is used for the condition.

ContactPeopleWhereWhereConditions.AND ● [ContactPeopleWhereWhereConditions!] list input

A set of conditions that requires all conditions to match.

ContactPeopleWhereWhereConditions.OR ● [ContactPeopleWhereWhereConditions!] list input

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

ContactPeopleWhereWhereConditions.HAS ● ContactPeopleWhereWhereConditionsRelation input

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

Member Of

ContactPeopleWhereWhereConditions input ● ContactPeopleWhereWhereConditionsRelation input