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