graphql-compose-mongoose icon indicating copy to clipboard operation
graphql-compose-mongoose copied to clipboard

How to disable recursive filtering?

Open tasoskakour opened this issue 3 years ago • 0 comments

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?

tasoskakour avatar Aug 06 '21 08:08 tasoskakour