graphql-mongodb-example icon indicating copy to clipboard operation
graphql-mongodb-example copied to clipboard

Graphql example with Sort and Filter functionalities

Open sudheerj opened this issue 8 years ago • 1 comments

This project example is helpful for basic queries and mutations.It will be more interesting if sorting and filtering functionality added with Graphql+mongoose combination.There are no resource on how to achieve this as well.

sudheerj avatar Dec 19 '16 14:12 sudheerj

We can pass sort fields as input variables.But filtering with complex conditions(set of AND,OR,NOT) it will be a problematic.

sudheerj avatar Dec 19 '16 16:12 sudheerj