graphql-compose / graphql-compose-pagination

Plugin for TypeComposer (graphql-compose), that adds `pagination` resolver.

Home Page:https://github.com/nodkz/graphql-compose

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add ability to specify resolver name

cmckni3 opened this issue ยท comments

It would be nice from reusability standpoint to be able to specify the name of the resolver.

My use case is that I build a resolver with filters for related models in MongoDB. It's not very useful for the user to search by the ObjectId.

Relevant code

Thought about it some more and it would probably be best to add filterHelperArgsOpts. Problem with that is I need some operators that graphql-compose-mongoose doesn't support.

๐ŸŽ‰ This issue has been resolved in version 4.1.0 ๐ŸŽ‰

The release is available on:

Your semantic-release bot ๐Ÿ“ฆ๐Ÿš€