graphql-compose-mongoose
graphql-compose-mongoose copied to clipboard
How to disable recursive filtering?
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?