graphql-compose / graphql-compose/graphql-compose-mongoose
$or operator for filtering
Open
- Dominant language
- TypeScript
- Stars
- 706
- Forks
- 98
- PR merge metrics
- No merged PRs in 30d
Description
There seems to be no defined way to use $or operators in filters. Can you suggest the proper way of adding a resolver for such case? I imagine that the resulting graphQL schema should look sth. like this:
```
input filterInput {
OR: [filterInput!]!
}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.