dgraph
dgraph copied to clipboard
Feature Request - GraphQL Nested Filters
https://discuss.dgraph.io/t/rfc-nested-filters-in-graphql/13560
This is probably the number one requested feature, but not necessarily the most important.
Nested filters are a complicated matter, but they seem to solve all the cases where you want to use var to search for something, and do something with the results.
However, ALL nested filters use cases would have to be solved.
Needed
- Nest Filters for Mutations
- Nest Filters for Queries
- Sort fields by Nested Filters
J