graphql-mongodb-example
graphql-mongodb-example copied to clipboard
Graphql example with Sort and Filter functionalities
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.
We can pass sort fields as input variables.But filtering with complex conditions(set of AND,OR,NOT) it will be a problematic.