Skip to main content

CompanyPeopleWhereWhereConditions

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

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

Fields

CompanyPeopleWhereWhereConditions.column ● PeopleWhereColumns enum

The column that is used for the condition.

CompanyPeopleWhereWhereConditions.operator ● SQLOperator enum

The operator that is used for the condition.

CompanyPeopleWhereWhereConditions.value ● Mixed scalar

The value that is used for the condition.

CompanyPeopleWhereWhereConditions.AND ● [CompanyPeopleWhereWhereConditions!] list input

A set of conditions that requires all conditions to match.

CompanyPeopleWhereWhereConditions.OR ● [CompanyPeopleWhereWhereConditions!] list input

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

CompanyPeopleWhereWhereConditions.HAS ● CompanyPeopleWhereWhereConditionsRelation input

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

Member Of

CompanyPeopleWhereWhereConditions input ● CompanyPeopleWhereWhereConditionsRelation input