Open chanhohang opened 5 years ago
You may use Resolver.addFilterArg
method:
https://github.com/graphql-compose/graphql-compose/issues/22
Thanks for your reply and that works.
Though I think it will be very helpful if Regex can be supported out of the box for text fields for the library.
Pull request welcome ;)
See resolvers folder. It's quite simple.
I also think this feature will be amazing so...
Pull request in... https://github.com/graphql-compose/graphql-compose-mongoose/pull/174
Hi,
I am just wondering if it's possible to support "like" for text fields in _operators when doing filtering?
that will be very useful for my use case.
thanks.