graphql-compose / graphql-compose/graphql-compose-mongoose

$or operator for filtering

Open
#93 4 comments 1 reaction 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.