CompanyPeopleWhereWhereConditionsRelation
Dynamic HAS conditions for WHERE conditions for the where argument of the query people.
input CompanyPeopleWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: CompanyPeopleWhereWhereConditions
}
Fields
CompanyPeopleWhereWhereConditionsRelation.relation ● String! non-null scalar
The relation that is checked.
CompanyPeopleWhereWhereConditionsRelation.operator ● SQLOperator enum
The comparison operator to test against the amount.
CompanyPeopleWhereWhereConditionsRelation.amount ● Int scalar
The amount to test.
CompanyPeopleWhereWhereConditionsRelation.condition ● CompanyPeopleWhereWhereConditions input
Additional condition logic.