Skip to main content

UserPeopleWhereWhereConditionsRelation

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

input UserPeopleWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: UserPeopleWhereWhereConditions
}

Fields

UserPeopleWhereWhereConditionsRelation.relation ● String! non-null scalar

The relation that is checked.

UserPeopleWhereWhereConditionsRelation.operator ● SQLOperator enum

The comparison operator to test against the amount.

UserPeopleWhereWhereConditionsRelation.amount ● Int scalar

The amount to test.

UserPeopleWhereWhereConditionsRelation.condition ● UserPeopleWhereWhereConditions input

Additional condition logic.

Member Of

UserPeopleWhereWhereConditions input