graphql-compose / graphql-compose-mongoose

Mongoose model converter to GraphQL types with resolvers for graphql-compose https://github.com/nodkz/graphql-compose
MIT License
708 stars 94 forks source link

How to disable recursive filtering? #361

Open tasoskakour opened 2 years ago

tasoskakour commented 2 years ago

Each mongooseResolver of findMany, paginated etc supports recursive filtering via the OR and AND fields.

What if we want to remove the recursive filtering functionality for a findMany mongoose query? How can we do that?